Parcourir ce sujet :
1 Utilisateur(s) anonymes
Re: First steps, first impressions |
||
|---|---|---|
|
SQLManagerX Team
![]()
Inscrit:
2004/7/1 12:49 De Grenoble (38)
Messages:
1687
![]() |
Hello ricardo
the base is mySQL ? in this cas take the project http://www.sqlmanagerx.com/SQLManager ... L4WD/mySQL4WD-2.0.0.2.zip open the project in 7 or 11 windev version (what you want the project 7 can be open in 8,9,10,11,12,14 version) the try this (in memory table named : TABLE1 in windev with 4 column ) [ocde] retCode is boolean vl_stringReas is string vl_Query is string = " SELECT * FROM cds ordrer BY id LIMIT 5000" vl_timeBegin is string = TimeSys() TABLE1..Visible = False TableDeleteAll(TABLE1) retCode = mySQL4WD:mySQLExec(vl_Query, 0) IF (retCode) THEN WHILE mySQL4WD:mySQLFetch(0) vl_String = mySQL4WD:mySQLLitLigne(0) TableAdd(TABLE1,vl_strign) END END TABLE1..Visible = true mySQL4WD:mySQLFerme(0) Trace(TimeDifference(vl_timeBegin,TimeSys())) [/code] What time have you with this code Best regards
Posté le : 3/12 8:06
|
|
Transférer
|
||
| Sujet | Auteurs | Dernières réponses |
|---|---|---|
| |
Ricardo | 3/12 4:13 |
| |
Firetox | 3/12 8:06 |
| |
Ricardo | 3/17 18:29 |
| |
Firetox | 3/17 18:36 |

















Transférer

