Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String is too long
Message
From
17/05/2002 16:33:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
String is too long
Miscellaneous
Thread ID:
00658429
Message ID:
00658429
Views:
37
How can I get this SQL string to work. It is too long but I need all the info

testthissd = "INSERT INTO drawmstrp"+;
"(dm_drawing_number,dm_drawing_title,dm_pending_change,"+;
"dm_date_issued,dm_requester_name1,dm_requester_name2,"+;
"dm_job_order,dm_project,dm_customer,dm_size,dm_sheets)"+;
"Values"+;
"(&nfn,"+"&nf2,"+"&nf3,"+"&nf4,"+"&nf5,"+"&nf6,"+"&nf7,"+"&nf8,"+"&nf9,"+"'E'"+",1)"
Next
Reply
Map
View

Click here to load this message in the networking platform