Thanks Guys,
Works fine putting entire statement into a variable. I thought I was really losing it for a while there.
Jim
Search found 4 matches
- Sat Apr 03, 2004 4:15 pm
- Forum: Coding Questions
- Topic: Help with Variables and SQL Syntax
- Replies: 3
- Views: 1021
- Sat Apr 03, 2004 12:50 pm
- Forum: Coding Questions
- Topic: Help with Variables and SQL Syntax
- Replies: 3
- Views: 1021
Help with Variables and SQL Syntax
Hi All,
I need some guidance on the proper syntax to use in SQL statements when using variables.
This is what I am trying, which fails:
SQLString$ = "'"+fname$+"','"+lname$+"'"
Result = SQLiteExec("Insert Into contacts(fname, lname) Values("+SQLString$+");")
Thanks
Jim
I need some guidance on the proper syntax to use in SQL statements when using variables.
This is what I am trying, which fails:
SQLString$ = "'"+fname$+"','"+lname$+"'"
Result = SQLiteExec("Insert Into contacts(fname, lname) Values("+SQLString$+");")
Thanks
Jim
- Mon Jun 23, 2003 2:57 pm
- Forum: Coding Questions
- Topic: Multiple Instances of Repeat
- Replies: 3
- Views: 1291
Re: Multiple Instances
So I assume it would be handled as follows:
Procedure Window_1
Repeat
Until
EndProcedure
Procedure Window_2
Repeat
Until
EndProcedure
Thanks For Feedback
Procedure Window_1
Repeat
Until
EndProcedure
Procedure Window_2
Repeat
Until
EndProcedure
Thanks For Feedback
- Mon Jun 23, 2003 12:33 pm
- Forum: Coding Questions
- Topic: Multiple Instances of Repeat
- Replies: 3
- Views: 1291
Multiple Instances of Repeat
Hi All,
Is it possible to have multiple instances of Repeat? I am trying to break out the event handling for a multiple windowed app.
Thanks
Jim
Is it possible to have multiple instances of Repeat? I am trying to break out the event handling for a multiple windowed app.
Thanks
Jim