Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8335 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

PROBLEM: SQL query using ODBC and ASP

We are connecting through ASP to an FM DB over ODBC, no problem:

var oRS=Server.CreateObject(“ADODB.Recordset” wink.gif" border="0 ;

oRS.Open(“myFMDB.fp5, “DSN=myDSNname” wink.gif" border="0 ;

However, how can you do an SQL Query?

This wont work:

oRS.Open(“SELECT * FROM myFMDB.fp5”, “DSN=myDSNname” wink.gif" border="0 ;

Thanks in advance.

  • 2 months later...
  • Newbies
Posted

What did you do to fix?

It seems that most of the regular users on this forum will bad mouth other programming languages and say that ODBC is slow, but no one will shed light on how to do it.

IMO, FileMaker messed up again by claiming to support ODBC, but it really doesn't not.

This topic is 8335 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.