Microsoft
Software
Hardware
Network
Question : create table in asp.net enterprise manager
My host has asp.net enterprise manager installed for me to use with MS SQL server. I'm just trying to create a table. I click on "new table" then I type the name of the table in "table name" and when I click "save table" I get the error:
Error: Line 3: Incorrect syntax near ')'.
Source: .Net SqlClient Data Provider
does anyone have any experience with asp.net enterprise manager? How do I create a table?
Answer : create table in asp.net enterprise manager
asp.net enterprise manager is the web version of SQL Server...is is not used to modify your asp.net code.
The error message is a error though DB related its a syntax code error. Someone has to have access to the code files ...right?
Random Solutions
Returning 0 from a template member function when instantiated with aggregate types
Fading in/out a popup Window in Flex 4.0
SBS 2008 strange issue
Link to PDF files from DVD Menu
Replacing SAN-added UCC SSL Cert
Why don't Lotus Notes document links work when sent to MS Outlook emails.
Email sent to Tiscali email addresses bouncing with No PTR record error
why avoid system tables?
Running RMI on Tomcat Servlet - How do I set up RMISecurityManager?
compareTo() - JavaScript example needed