Click here to Skip to main content
15,915,172 members
Home / Discussions / Database
   

Database

 
GeneralRe: Error in BeginTransaction method Pin
andyharman7-Jan-04 11:21
professionalandyharman7-Jan-04 11:21 
GeneralRe: Error in BeginTransaction method Pin
nthy7-Jan-04 14:24
nthy7-Jan-04 14:24 
Generalsp_depends return value Pin
preinsko6-Jan-04 18:47
preinsko6-Jan-04 18:47 
GeneralRe: sp_depends return value Pin
Mike Dimmick8-Jan-04 5:42
Mike Dimmick8-Jan-04 5:42 
GeneralRe: sp_depends return value Pin
preinsko8-Jan-04 18:00
preinsko8-Jan-04 18:00 
General"Microsoft.Jet.OLEDB.4.0" problem Pin
agrafov6-Jan-04 16:25
agrafov6-Jan-04 16:25 
GeneralRe: "Microsoft.Jet.OLEDB.4.0" problem Pin
Roger Wright6-Jan-04 20:38
professionalRoger Wright6-Jan-04 20:38 
GeneralADO Fields Delete questions Pin
Vaclav6-Jan-04 13:19
Vaclav6-Jan-04 13:19 
I want to rename fields in the existing data table.
I am totally confused with ADO Fields deletions process I am using.
I delete all records from table - using SQL DELETE. The table may be empty already.
Than I close the current empty recordset - fields->delete wont't work on an open recordset (per documentation-I have not tried it with open recordset!)

The code ptrFields->Delete(_variant_t(Index)) appears to delete the field not "mark it" for deletion as the documentation states. If I advance the Index in the loop it skips every other field!
Before I attempt to do update I re-open the recordset.
When I do prtFields->Update() to actually delete the field I am getting "Not implemented " error. What does that mean?
When I do "recordset->Update" I get an info that I do not have a current record. ( Do I need a dummy record to get rid of this error?)

Can anybody point me to the right way to do this?
Thanks for your help. Vaclav




GeneralCross databases Pin
totig6-Jan-04 6:10
totig6-Jan-04 6:10 
GeneralRe: Cross databases Pin
Ian Darling6-Jan-04 6:33
Ian Darling6-Jan-04 6:33 
GeneralAccessing fixed length data field Pin
Andrew Hoole6-Jan-04 1:35
Andrew Hoole6-Jan-04 1:35 
GeneralMillions of records per day Pin
coge5-Jan-04 21:11
coge5-Jan-04 21:11 
GeneralRe: Millions of records per day Pin
DiWa5-Jan-04 21:49
DiWa5-Jan-04 21:49 
GeneralRe: Millions of records per day Pin
Mike Dimmick6-Jan-04 2:49
Mike Dimmick6-Jan-04 2:49 
GeneralRe: Millions of records per day Pin
coge6-Jan-04 9:53
coge6-Jan-04 9:53 
GeneralRe: Millions of records per day [modified] Pin
Marek Grzenkowicz8-Jan-04 6:06
Marek Grzenkowicz8-Jan-04 6:06 
GeneralExport to XLS Pin
mosquitooth4-Jan-04 21:49
mosquitooth4-Jan-04 21:49 
GeneralRe: Export to XLS Pin
chinni16-Jan-09 23:24
chinni16-Jan-09 23:24 
Generalplease help me,my project......... Pin
Ahmed Gaser3-Jan-04 23:15
Ahmed Gaser3-Jan-04 23:15 
GeneralRe: please help me,my project......... Pin
preinsko6-Jan-04 18:55
preinsko6-Jan-04 18:55 
GeneralDELETE [table] gives syntax error Pin
Vaclav3-Jan-04 12:35
Vaclav3-Jan-04 12:35 
GeneralRe: DELETE [table] gives syntax error Pin
Guillermo Rivero3-Jan-04 17:45
Guillermo Rivero3-Jan-04 17:45 
GeneralRe: DELETE [table] gives syntax error Pin
winay7-Jan-04 2:08
winay7-Jan-04 2:08 
GeneralSql server stored procedure timing out problem Pin
pankajdaga1-Jan-04 10:51
pankajdaga1-Jan-04 10:51 
GeneralRe: Sql server stored procedure timing out problem [modified] Pin
Marek Grzenkowicz2-Jan-04 5:19
Marek Grzenkowicz2-Jan-04 5: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.