Click here to Skip to main content
15,896,496 members
Home / Discussions / Database
   

Database

 
GeneralRe: not allowing negative values Pin
Colin Angus Mackay2-Dec-04 6:41
Colin Angus Mackay2-Dec-04 6:41 
GeneralRe: not allowing negative values Pin
sujithapril2-Dec-04 7:23
sujithapril2-Dec-04 7:23 
GeneralRe: not allowing negative values Pin
Colin Angus Mackay2-Dec-04 7:26
Colin Angus Mackay2-Dec-04 7:26 
GeneralRe: not allowing negative values Pin
sujithapril2-Dec-04 7:50
sujithapril2-Dec-04 7:50 
GeneralRe: not allowing negative values Pin
Colin Angus Mackay2-Dec-04 7:59
Colin Angus Mackay2-Dec-04 7:59 
GeneralRecordset "LIKE" filter of a number column Pin
Menny Even Danan1-Dec-04 21:51
Menny Even Danan1-Dec-04 21:51 
GeneralRe: Recordset "LIKE" filter of a number column Pin
jlawren72-Dec-04 5:27
jlawren72-Dec-04 5:27 
Generalcan't DELETE records in excel Pin
scoroop1-Dec-04 11:15
scoroop1-Dec-04 11:15 
i built a database in excel sheet. everything seems to be ok except deleting records. i defined everything and opened database.

INSERT INTO works properly but when i use

Sql_string = "DELETE FROM test_base WHERE ID='"+ID_act+"'";
database.ExecuteSQL(sSql);


i get an error - "database error: could not delete from specified tables"

i have no clue why... anyone can provide some working code snippet? Smile | :)
GeneralRe: can't DELETE records in excel Pin
Christian Graus1-Dec-04 12:27
protectorChristian Graus1-Dec-04 12:27 
GeneralRe: can't DELETE records in excel Pin
scoroop1-Dec-04 12:36
scoroop1-Dec-04 12:36 
GeneralRe: can't DELETE records in excel Pin
jonathan152-Dec-04 23:21
jonathan152-Dec-04 23:21 
GeneralRe: can't DELETE records in excel Pin
scoroop3-Dec-04 2:38
scoroop3-Dec-04 2:38 
GeneralErr -2147467259: Operation must use an updatable query. Pin
Khang Nguyen1-Dec-04 10:23
Khang Nguyen1-Dec-04 10:23 
GeneralRe: Err -2147467259: Operation must use an updatable query. Pin
Edbert P1-Dec-04 10:34
Edbert P1-Dec-04 10:34 
GeneralRe: Err -2147467259: Operation must use an updatable query. Pin
Khang Nguyen2-Dec-04 4:21
Khang Nguyen2-Dec-04 4:21 
GeneralRe: Doing LIKE for a numeric column Pin
Boaz V1-Dec-04 5:14
Boaz V1-Dec-04 5:14 
GeneralDoing LIKE for a numeric column Pin
Menny Even Danan1-Dec-04 4:46
Menny Even Danan1-Dec-04 4:46 
GeneralRe: Doing LIKE for a numeric column Pin
lisoft3-Dec-04 15:15
lisoft3-Dec-04 15:15 
GeneralRe: Doing LIKE for a numeric column Pin
Menny Even Danan5-Dec-04 1:17
Menny Even Danan5-Dec-04 1:17 
GeneralDoing LIKE for a numeric column Pin
Boaz V1-Dec-04 4:43
Boaz V1-Dec-04 4:43 
GeneralRe: Doing LIKE for a numeric column Pin
Colin Angus Mackay1-Dec-04 5:07
Colin Angus Mackay1-Dec-04 5:07 
GeneralRe: Doing LIKE for a numeric column Pin
Chris Meech1-Dec-04 5:17
Chris Meech1-Dec-04 5:17 
GeneralMissing data from result Pin
Andy *M*30-Nov-04 13:14
Andy *M*30-Nov-04 13:14 
GeneralRe: Missing data from result Pin
Andy *M*30-Nov-04 13:39
Andy *M*30-Nov-04 13:39 
GeneralWin 2000, .net deployment Pin
Member 155577930-Nov-04 9:10
Member 155577930-Nov-04 9:10 

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.