| View previous topic :: View next topic |
| Author |
Message |
fiedler
Joined: 04 Nov 2005 Posts: 1
|
Posted: Fri Nov 04, 2005 6:45 pm Post subject: Can not browse tables - MS SQL 2000 |
|
|
Hi There.
I can not browse tables. MS SQL 2000.
I have created tables using the CREATE TABLES function from the browser, but I get errors (I can also create columns):
[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Line 2: Incorrect syntax near ')'.
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Line 2: Incorrect syntax near ')'.
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSExecuteRequest.processReplyToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
at com.microsoft.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.postImplExecute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.executeUpdate(Unknown Source)
at com.advenio.jdbclib.threads.SQLUpdateThread.executeStatement(SQLUpdateThread.java:154)
at com.advenio.jdbclib.threads.SQLUpdateThread.threadRunLogic(SQLUpdateThread.java:66)
at com.advenio.jdbclib.threads.AbstractThread.run(AbstractThread.java:43)
Any help would be great. |
|
| Back to top |
|
 |
michaeldupuis Site Admin
Joined: 15 May 2003 Posts: 1427 Location: Lewiston, ME
|
Posted: Sat Nov 05, 2005 9:11 pm Post subject: |
|
|
Hi there,
I'm still trying to get a MS SQL Server account and database back so that I can test it. Hopefully soon I'll resolve any remaining SQL Server issues.
-- Michael |
|
| Back to top |
|
 |
michaeldupuis Site Admin
Joined: 15 May 2003 Posts: 1427 Location: Lewiston, ME
|
Posted: Fri Nov 25, 2005 1:55 pm Post subject: |
|
|
I finally have a MS SQL Server database to test with again. Can you describe your problem in more detail? In general things seem to work, but I may be misunderstanding your problem. I was able to create a simple table using the table creation tool in the browser. If that was the problem, can you tell me what settings you used in the table creation tool?
If you are having a problem just viewing a table, can you send me the script for the table so that I can create it for testing?
Thanks,
-- Michael |
|
| Back to top |
|
 |
|