Newbies rndnz Posted October 13, 2004 Newbies Posted October 13, 2004 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
Deep Thought II Posted October 25, 2004 Posted October 25, 2004 well if u setup username and password, u shouldn't be able to connect to it without correct username and password~
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now