PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → newbie database question
newbie database question
Débuté par s-even, 19 avr. 2010 11:12 - Aucune réponse
Posté le 19 avril 2010 - 11:12
using a hyperfilesql database in a multiuser environment on the internet one of our users reports that the linked edit-fields sometimes show up with other people's data when a new record is added.

What's wrong with:
PageInitialization()
HReset(database)
...
PageDisplay(Page_Editsomething)


or do we have to start each addition to the database with a
HCloseConnection("MyConnection")
HDescribeConnection("MyConnection", "", "", "Server", "dbo", hODBC, hOReadWrite, "")
HOpenConnection("MyConnection")

?

Thanks for your attention