Click here to Skip to main content
15,887,434 members
Home / Discussions / Database
   

Database

 
GeneralRe: Inserting commas in database Pin
Colin Angus Mackay29-Apr-04 23:56
Colin Angus Mackay29-Apr-04 23:56 
GeneralRe: Inserting commas in database Pin
Anonymous30-Apr-04 7:52
Anonymous30-Apr-04 7:52 
GeneralRe: Inserting commas in database Pin
Colin Angus Mackay30-Apr-04 9:47
Colin Angus Mackay30-Apr-04 9:47 
GeneralRe: Inserting commas in database Pin
Anonymous30-Apr-04 14:00
Anonymous30-Apr-04 14:00 
GeneralRe: Inserting commas in database Pin
Anonymous30-Apr-04 14:01
Anonymous30-Apr-04 14:01 
GeneralRe: Inserting commas in database Pin
Colin Angus Mackay30-Apr-04 14:04
Colin Angus Mackay30-Apr-04 14:04 
GeneralRe: Inserting commas in database Pin
Hesham Amin30-Apr-04 22:14
Hesham Amin30-Apr-04 22:14 
GeneralRe: Inserting commas in database Pin
Jeff Varszegi1-May-04 9:29
professionalJeff Varszegi1-May-04 9:29 
The advice given by other folks here is sound. I just wanted to mention a couple of things.


1) I'm no Access expert, but valid SQL escaping syntax for quotes in strings works this way:

INSERT INTO blah (data) VALUES ('My daddy''s goat just ran up a tree')

Just double them.



2) I think that you're confused about commas. If they appear inside strings, they're not evaluated as list delimiters by the parsing engine at all. You can have zillions of commas inside your strings with no impact whatsoever.


Regards,

Jeff Varszegi

EEEP!  An Extensible Expression Evaluation Package
GeneralSQL Named Instance Pin
vikramlinux29-Apr-04 18:02
vikramlinux29-Apr-04 18:02 
GeneralRe: SQL Named Instance Pin
Colin Angus Mackay30-Apr-04 9:51
Colin Angus Mackay30-Apr-04 9:51 
GeneralName and Data Type of all columns Pin
DotNet_Newbie29-Apr-04 11:08
DotNet_Newbie29-Apr-04 11:08 
GeneralRe: Name and Data Type of all columns Pin
Jeff Varszegi29-Apr-04 11:32
professionalJeff Varszegi29-Apr-04 11:32 
GeneralRe: Name and Data Type of all columns Pin
DotNet_Newbie29-Apr-04 11:56
DotNet_Newbie29-Apr-04 11:56 
GeneralRe: Name and Data Type of all columns Pin
Jeff Varszegi29-Apr-04 12:05
professionalJeff Varszegi29-Apr-04 12:05 
GeneralAuto Translate=False problem Pin
saglam29-Apr-04 5:38
saglam29-Apr-04 5:38 
GeneralRe: Auto Translate=False problem Pin
Mike Dimmick4-May-04 23:04
Mike Dimmick4-May-04 23:04 
GeneralRe: Auto Translate=False problem Pin
saglam10-May-04 8:38
saglam10-May-04 8:38 
GeneralRe: Auto Translate=False problem Pin
Mike Dimmick10-May-04 9:49
Mike Dimmick10-May-04 9:49 
GeneralSQL Pin
Boycech29-Apr-04 4:56
Boycech29-Apr-04 4:56 
GeneralRe: SQL Pin
Mike Ellison30-Apr-04 5:44
Mike Ellison30-Apr-04 5:44 
GeneralRe: SQL Pin
Boycech30-Apr-04 5:46
Boycech30-Apr-04 5:46 
GeneralRe: SQL Pin
Bill Dean4-May-04 5:04
Bill Dean4-May-04 5:04 
GeneralRe: SQL Pin
Boycech4-May-04 5:18
Boycech4-May-04 5:18 
GeneralRe: SQL Pin
talamar10-May-04 15:46
talamar10-May-04 15:46 
GeneralCreate an Access Database at runtime Pin
bsargos29-Apr-04 4:55
bsargos29-Apr-04 4:55 

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.