Results 1 to 8 of 8
-
10-02-2007, 07:23 AM #1mirandam Guest
MySQL 4.1.21 errors installing table en data
Hai
I?ö£?¡m trying tot instal the database setting
but i am getting errors, help!!
this are the errors table:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[usd_graphSet] (
[graphSetID][int] IDENTITY (1, 1) NOT NULL,
[graphSetName] ' at line 1
this are the errors with data:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO usd_pollUser(username, pword) VALUES ('admin','admin')
DELETE usd' at line 3
What to do?
Greetings Miranda
-
10-02-2007, 08:29 AM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 41
Miranda,
I am confused by the MySQL error message you are coming up with. Ultimate Poll ships with both an MSSQL and MS Access database, either one of which can be used with the application. Are you attempting to use the application with a MySQL back-end?
-
10-02-2007, 08:52 AM #3mirandam Guest
Hai
i have tried both this files:
UltimatePollASPData.sql
and
UltimatePollASPTables.sql
both with the same error
-
10-02-2007, 08:59 AM #4
Administrator
- Join Date
- Mar 2007
- Posts
- 41
Miranda,
Neither of the files you mention are, in fact, SQL databases in themselves. They are scripts for loading the correct tables and data into the SQL database, which you must create on your server. For more details, please refer to Step 2 of the install instructions, which can be found in Install.htm in the root of the application.
If you are not able to create an MSSQL database for use with Ultimate Poll, I would suggest using the MS Access 2000 database provided.
-
10-08-2007, 08:05 AM #5mirandam Guest
Hello
I made a database
thats not the problem
but when i want to use the scripts for loading the correct tables and data to the database i created, i get errors #1064
-
10-08-2007, 08:15 AM #6
Administrator
- Join Date
- Mar 2007
- Posts
- 41
Could you tell please tell me what type of database you have created for the application? Please note that Ultimate Poll supports only Microsoft SQL Server.
-
10-08-2007, 08:35 AM #7mirandam Guest
i have created a database called
ultimatepoll
i have added 1 user full acces of the database
it is version 4.1.21 i have acces with phpMyAdmin
where can i see if its microsoft SQL ?
-
10-08-2007, 10:55 AM #8
Administrator
- Join Date
- Mar 2007
- Posts
- 41
Miranda,
It sounds like you are using a MySQL database with PHP. Is this correct? Ultimate Poll is an ASP application, and will not run on a PHP platform.


LinkBack URL
About LinkBacks
Reply With Quote