Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL
Message
From
13/02/1999 02:41:26
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
SQL
Miscellaneous
Thread ID:
00187347
Message ID:
00187347
Views:
71
I try to create SQL from my table but after I run it .. it's very very wasting time to wait for load .. any body know how to solve
my problem for make faster while loading the records by using SQL ?

the statement is :

Dim DBDS as Database
Dim RDS as Recordset

Set DBDS = OpenDatabase(DS.DatabaseName, False, True, DS.Connect)

sqltrap = "Select * from DS where tgl = " & "#" & txtDate.Text & "#" & "Order by pl_no, line, cproc, worker"
Set RDS = DBDS.OpenRecordset(sqltrap)

thanks for any advice

Regards
Winan
Reply
Map
View

Click here to load this message in the networking platform