Jump to content

visual basic import to filemaker


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

Recommended Posts

  • Newbies

Hi,

I'm attempting to write data to a filemaker database from visual basic using the filemaker odbc driver (FMFMP50.dll - v. 3.60.00.00). I am running a trial version of filemaker under windows 2000. When I run sample code provided by Microsoft (http://support.microsoft.com/support/kb/articles/Q281/7/55.ASP), i get the following error: "datasource name not found and no default driver specified". Though the odbc driver has been added, it would appear that it can't find the odbc database.

Anyone know any other resources or sample code that I could look at in order to get these two applications to speak to each other? Or is there any known issue with the trial version of filemaker (e.g. odbc intentionally disabled)?

Thanks much for your help,

Ted

Link to comment
Share on other sites

It sounds like VB has nothing to connect to...

This usually happens to me for two reasons. ???-)

1. I have forgotten to turn local data access companion on.

2. I have forgotten to open the Filemaker database.

Unlike MS data sources, FilemakerPro has to be running to be able to serve as a data source.You could of course open the database from within your code.

Is this at all helpful?

Link to comment
Share on other sites

This topic is 8190 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.