Click here to Skip to main content
15,918,303 members
Home / Discussions / Database
   

Database

 
GeneralAdding a new record Pin
Itanium26-Jun-03 1:52
Itanium26-Jun-03 1:52 
GeneralWebsite can't access SQL2k DB Pin
-- NA --25-Jun-03 22:21
-- NA --25-Jun-03 22:21 
GeneralRe: Website can't access SQL2k DB Pin
-- NA --26-Jun-03 0:39
-- NA --26-Jun-03 0:39 
GeneralRe: Website can't access SQL2k DB Pin
Rick Crone26-Jun-03 7:51
Rick Crone26-Jun-03 7:51 
GeneralRe: Website can't access SQL2k DB Pin
-- NA --26-Jun-03 7:54
-- NA --26-Jun-03 7:54 
Questionwhich way i should go ? Pin
Asim N.25-Jun-03 18:09
Asim N.25-Jun-03 18:09 
AnswerRe: which way i should go ? Pin
SimonS27-Jun-03 20:40
SimonS27-Jun-03 20:40 
GeneralADO Pin
AticAtac25-Jun-03 5:11
AticAtac25-Jun-03 5:11 
Hi,

i insert a new recordset in ADO

_RecordsetPtr rs;
...
rs.AddNew()

After this i set the fields in rs with my application data and do a
rs.Update()

My Problem is that if copy back the data from rs to my application
i get an error on fields which have a standard value like datetime (getdate()).
One method to avoid this problem i've found was to close and open the recordset again,
but in this case i have to move the rs to the right position, using GetAbsolutPosition won't work because in some tables my primary key consists of more than 1 column so there is no guaranty new recordset goes to the end of the table.
Any help /ideas to solve this problem are welcome

thx in advance !
GeneralWHERE CLAUSE problem. Pin
Asim N.25-Jun-03 2:22
Asim N.25-Jun-03 2:22 
GeneralRe: WHERE CLAUSE problem. Pin
basementman25-Jun-03 4:36
basementman25-Jun-03 4:36 
GeneralConnection is busy with results of another command Pin
audio-video24-Jun-03 21:48
audio-video24-Jun-03 21:48 
GeneralCode Database Help; Pin
Bo Hunter23-Jun-03 10:46
Bo Hunter23-Jun-03 10:46 
GeneralRe: Code Database Help; Pin
Ray Cassick23-Jun-03 11:03
Ray Cassick23-Jun-03 11:03 
GeneralRe: Code Database Help; Pin
basementman24-Jun-03 5:04
basementman24-Jun-03 5:04 
GeneralTimeout expired. Pin
meaya22-Jun-03 21:34
meaya22-Jun-03 21:34 
Generalslow ODBC connections with Win 2000 Server Pin
jpeg22-Jun-03 21:25
jpeg22-Jun-03 21:25 
GeneralRe: slow ODBC connections with Win 2000 Server Pin
basementman23-Jun-03 4:09
basementman23-Jun-03 4:09 
GeneralRe: slow ODBC connections with Win 2000 Server Pin
jpeg23-Jun-03 20:54
jpeg23-Jun-03 20:54 
GeneralRe: slow ODBC connections with Win 2000 Server Pin
basementman24-Jun-03 5:09
basementman24-Jun-03 5:09 
GeneralExiting loop before it finishes causes program to crash.. Pin
IrishSonic22-Jun-03 6:43
IrishSonic22-Jun-03 6:43 
GeneralRe: Exiting loop before it finishes causes program to crash.. Pin
Nick Parker22-Jun-03 6:54
protectorNick Parker22-Jun-03 6:54 
GeneralRe: Exiting loop before it finishes causes program to crash.. Pin
IrishSonic23-Jun-03 11:24
IrishSonic23-Jun-03 11:24 
GeneralStoring Class(Object) in a SQL Database (C#) Pin
Daniel Kirstenpfad21-Jun-03 3:54
Daniel Kirstenpfad21-Jun-03 3:54 
Questionhow to generalize SQL queries Pin
puppiesLover20-Jun-03 8:04
puppiesLover20-Jun-03 8:04 
AnswerRe: how to generalize SQL queries Pin
Mike Osbahr23-Jun-03 4:48
Mike Osbahr23-Jun-03 4:48 

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.