cowtram Posted November 16, 2001 Posted November 16, 2001 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” ; oRS.Open(“myFMDB.fp5, “DSN=myDSNname” ; However, how can you do an SQL Query? This wont work: oRS.Open(“SELECT * FROM myFMDB.fp5”, “DSN=myDSNname” ; Thanks in advance.
cowtram Posted November 16, 2001 Author Posted November 16, 2001 This problem is now solved. Thankyou.
Newbies daminsky Posted January 26, 2002 Newbies Posted January 26, 2002 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.
Anatoli Posted January 26, 2002 Posted January 26, 2002 RE: ODBC is slow In FileMaker yes, it is slow...
Garry Claridge Posted January 26, 2002 Posted January 26, 2002 Do you have "Local Data Access Companion" and/or "Remote Data Access Companion" enabled in the FM Plug-Ins preference? If not, this will prevent FM returning data to ODBC queries. Garry
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now