Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form with sql passthrough works in ide, not in exe ?
Message
 
 
À
28/12/2004 02:37:28
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
MySQL
Divers
Thread ID:
00972038
Message ID:
00972527
Vues:
18
This message has been marked as the solution to the initial question of the thread.
Hi Albert,

The code below should give you timestamp with milliseconds and it's independent of any date/time settings.
d_updated = TRANSFORM(TTOC(DATETIME(),1), "@R XXXX-XX-XX XX:XX:XX") + STR(SECONDS()%1,4,3)
>Thank you for your quick answer. (even on cristmas)
>d_updated = datetime() works from the ide and from the exe, but than i have an timestamp without
>milliseconds. (2004-12-28 14:12:17.0000)
>I need the milliseconds because the applications is heavily used (400-500 parallel onlineusers)
>With my (stupid?) way of building a timestamp string i have milliseconds!
>
>My problem is, that i can't find the difference between executing the form form the ide (everythings works as expected, no errors) and executing it from an exe (format error) ?????????????????
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform