|
-
May 30th, 2000, 08:01 PM
#1
Thread Starter
New Member
Hi,
I am new to VB. I am running VB6 sp3 on Win98.
I have a program querying a db.
When constructing a query, I compose it using String fragments like:
Dim SQL As String
...
SQL = SQL & " And PPC.PNO = SPD.PNO "
When I hit 250 char limit, nothing get's appended anymore.
What do I do wrong?
Thanx,
Cristi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|