Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert/Delete/Update records in ASP application

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi, guys

I am working on a small ASP application which intends for users to update Maximizer(Pervasive/Btrieve) database through web.

Here is my question, what is the best way to access Maximizer database? Do I need to have through knowledge about Pervasive database? Can I just use table names(which I can view in Access) in SQL queries?

This is the first time I deal with Pervasive database. Any help will be deeply appreciated.

Thanks
 
Using ASP, you have two options. One option is to create an ISAPI DLL that can be called from the ASP page to access the files directly through the Btrieve API or ODBC. The other option is to use ODBC. If you're not familiar with Btrieve, I would recommend using the ODBC driver from ASP with ADO. You can issue Select, Insert, Delete, and Update statements.
mirtheil@mirtheil.com
Custom VB and Btrieve development.
Certified Pervasive Developer
Certified Pervasive Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top