PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → newbie database question
newbie database question
Started by s-even, Apr., 19 2010 11:12 AM - No answer
Posted on April, 19 2010 - 11:12 AM
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