Click here to Skip to main content
15,903,388 members
Home / Discussions / Database
   

Database

 
GeneralO/R mapping tools Pin
Avaril9-Apr-03 22:46
Avaril9-Apr-03 22:46 
QuestionCode generator? Pin
Roger Alsing9-Apr-03 22:17
Roger Alsing9-Apr-03 22:17 
AnswerRe: Code generator? Pin
Davy Mitchell9-Apr-03 23:09
Davy Mitchell9-Apr-03 23:09 
GeneralRe: Code generator? Pin
Roger Alsing10-Apr-03 0:01
Roger Alsing10-Apr-03 0:01 
GeneralRe: Code generator? Pin
coge13-Apr-03 12:08
coge13-Apr-03 12:08 
QuestionHOWTO: Insert SQL NULL using ADO Recordset and VC++? Pin
Dan Thurman9-Apr-03 8:52
Dan Thurman9-Apr-03 8:52 
AnswerRe: HOWTO: Insert SQL NULL using ADO Recordset and VC++? Pin
Le centriste11-Apr-03 7:17
Le centriste11-Apr-03 7:17 
GeneralRe: HOWTO: Insert SQL NULL using ADO Recordset and VC++? Pin
Dan Thurman11-Apr-03 8:30
Dan Thurman11-Apr-03 8:30 
Do you have to declare a variant variable first
then it's type? I mean is that what _variant_t()
is doing? I will try this out! Currently I am
using the code below and it works:

_variant_t vtNull;
vtNull.ChangeType(VT_NULL);
pRst->Fields->Item[colAdminSvrPwd]->Value = vtNull;

Blush | :O
GeneralRe: HOWTO: Insert SQL NULL using ADO Recordset and VC++? Pin
Le centriste11-Apr-03 10:37
Le centriste11-Apr-03 10:37 
GeneralAbout the DataSet Pin
DS__9-Apr-03 5:50
DS__9-Apr-03 5:50 
GeneralRe: About the DataSet Pin
Le centriste11-Apr-03 7:19
Le centriste11-Apr-03 7:19 
GeneralCompact and repair ADOX Pin
Hesham Amin8-Apr-03 12:30
Hesham Amin8-Apr-03 12:30 
GeneralADO Error I assume Pin
Toni788-Apr-03 11:20
Toni788-Apr-03 11:20 
GeneralRe: ADO Error I assume Pin
Rein Hillmann8-Apr-03 11:29
Rein Hillmann8-Apr-03 11:29 
GeneralThank you Reinout Hillmann Pin
Toni788-Apr-03 12:22
Toni788-Apr-03 12:22 
GeneralJDBC!! HELP!!!! Pin
Sunnygirl8-Apr-03 6:00
Sunnygirl8-Apr-03 6:00 
GeneralFormating the xml-output from a DataSet Pin
Andreas Knapp8-Apr-03 3:46
Andreas Knapp8-Apr-03 3:46 
GeneralRe: Formating the xml-output from a DataSet Pin
Knappen8-Apr-03 3:57
Knappen8-Apr-03 3:57 
GeneralRe: Formating the xml-output from a DataSet Pin
Le centriste8-Apr-03 11:01
Le centriste8-Apr-03 11:01 
Generalcdaodatabase create/open causes crash Pin
bryce8-Apr-03 3:30
bryce8-Apr-03 3:30 
GeneralRe: cdaodatabase create/open causes crash Pin
Rein Hillmann8-Apr-03 10:59
Rein Hillmann8-Apr-03 10:59 
GeneralRe: cdaodatabase create/open causes crash Pin
bryce8-Apr-03 11:54
bryce8-Apr-03 11:54 
Questionmodify system stored procedures? Pin
Rene De La Garza7-Apr-03 7:41
Rene De La Garza7-Apr-03 7:41 
AnswerRe: modify system stored procedures? Pin
Rein Hillmann7-Apr-03 8:56
Rein Hillmann7-Apr-03 8:56 
GeneralRe: modify system stored procedures? Pin
Rene De La Garza7-Apr-03 11:18
Rene De La Garza7-Apr-03 11:18 

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.