Click here to Skip to main content
15,914,071 members
Home / Discussions / Database
   

Database

 
GeneralRe: Unicode Pin
Mazdak3-Aug-02 5:31
Mazdak3-Aug-02 5:31 
GeneralmySQL and Visual C++ Pin
monrobot132-Aug-02 7:16
monrobot132-Aug-02 7:16 
Generalaccess database over internet connection Pin
_ra2-Aug-02 3:11
_ra2-Aug-02 3:11 
Generaldistinct select error Pin
ns1-Aug-02 9:37
ns1-Aug-02 9:37 
Generaldatabase size Pin
Jassim Rahma29-Jul-02 10:51
Jassim Rahma29-Jul-02 10:51 
GeneralRandomly selecting a row from a database Pin
stephen woolhead29-Jul-02 5:00
stephen woolhead29-Jul-02 5:00 
GeneralRe: Randomly selecting a row from a database Pin
AndyG29-Jul-02 7:29
AndyG29-Jul-02 7:29 
Generaldatabase Pin
Shotgun28-Jul-02 13:11
Shotgun28-Jul-02 13:11 
newbie here so please be kind
why won't this work?

SqlString = "SELECT * FROM Accounts ";
SqlString += "WHERE (Nick IS"; // or with the "=" sign
SqlString += tNick;
SqlString += ")";
recset.Open(CRecordset::forwardOnly,SqlString,CRecordset::readOnly);

i am trying to find the "id" so i may search another record

shotgun


shotgun
GeneralRe: database Pin
Chris Maunder28-Jul-02 13:59
cofounderChris Maunder28-Jul-02 13:59 
GeneralRe: database Pin
Alexandru Savescu29-Jul-02 21:30
Alexandru Savescu29-Jul-02 21:30 
GeneralRe: database Pin
David Salter5-Aug-02 11:33
David Salter5-Aug-02 11:33 
GeneralBulk loading in .Net Pin
Anonymous27-Jul-02 8:57
Anonymous27-Jul-02 8:57 
GeneralRe: Bulk loading in .Net Pin
Andres Manggini27-Jul-02 12:16
Andres Manggini27-Jul-02 12:16 
GeneralRe: Bulk loading in .Net Pin
Anonymous27-Jul-02 18:41
Anonymous27-Jul-02 18:41 
GeneralRe: Bulk loading in .Net Pin
stephen woolhead29-Jul-02 5:38
stephen woolhead29-Jul-02 5:38 
GeneralSequential Number Pin
Waleed Eissa27-Jul-02 6:37
Waleed Eissa27-Jul-02 6:37 
GeneralSQL Server, OLE DB problem Pin
Alex Deem26-Jul-02 2:23
Alex Deem26-Jul-02 2:23 
GeneralXML Web Service error on Update() Pin
laphijia25-Jul-02 23:45
laphijia25-Jul-02 23:45 
GeneralError Creating SQL DB in .NET Pin
bingo199525-Jul-02 2:25
bingo199525-Jul-02 2:25 
GeneralRe: Error Creating SQL DB in .NET Pin
Alexandru Savescu25-Jul-02 5:34
Alexandru Savescu25-Jul-02 5:34 
GeneralRe: Error Creating SQL DB in .NET Pin
Nick Parker25-Jul-02 7:55
protectorNick Parker25-Jul-02 7:55 
Questionhow to set a database only permit seraral IP can connet with odbc or oledb? Pin
realfly24-Jul-02 17:46
realfly24-Jul-02 17:46 
AnswerRe: how to set a database only permit seraral IP can connet with odbc or oledb? Pin
Nick Parker25-Jul-02 8:04
protectorNick Parker25-Jul-02 8:04 
GeneralRe: how to set a database only permit seraral IP can connet with odbc or oledb? Pin
realfly25-Jul-02 15:28
realfly25-Jul-02 15:28 
GeneralRe: how to set a database only permit seraral IP can connet with odbc or oledb? Pin
Nick Parker28-Jul-02 11:19
protectorNick Parker28-Jul-02 11:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.