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

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

Recommended Posts

  • Newbies
Posted

I am using FMP 7 server advance to host a database called "AdmissionApplication".

I am running a tool called "testjdbc provided on FMPro 7 server advance cd" to communicate to the database. This tool uses the SequeLink JDBC Driver to communicate with the database.

Problem:

1. I can't seem to setup any password to access database. It only accepts Admin with no password. I have setup an Admin password on the database.

Connection con;

try{

con = DriverManager.getConnection("jdbc:sequelink://129.78.231.177:2399;databaseName=AdmissionApplication",userName,password);

}catch(Exception e){

System.out.println(e);

}

2. The connection works for first connection and I am able to execute any quires. But after I close the connection and try redo the same process the fmpserver process is constantly crashing.

This shows up with the application log in the event viewer

====

Faulting application fmserver.exe, version 7.0.0.128, faulting module ntdll.dll, version 5.1.2600.2180, fault address 0x00011f6e.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

===

Anyone

Please

  • 2 weeks later...

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