473,480 Members | 1,964 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Problem in DB Import

20 New Member
Hi all,

I m having trouble in importing a sql file.
I m using MySql 5.1.36.
Using WAMP Server Version 2
phpMyAdmin version 3.2.0.1

Following error was displayed by phpMyAdmin
Expand|Select|Wrap|Line Numbers
  1. #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 'U' at line 1
  2.  
  3. U�S�E� �[�I�U�A�O�S�]�
  4.  
  5. G�O�
  6.  
  7. S�E�T� �A�N�S�I�_�N�U�L�L�S� �O�N�
  8.  
  9. G�O�
I m attaching the file also.

PS: I m not sure what version is the sql file of and also dont know about the program. Probably MySql.
I have tried all compatibility options available in phpMyAdmin and the error remains same.

Edit: After checking the bak file i found that the database software was Microsoft Sql Server. Please provide directions.

Thanx
Attached Files
File Type: zip IUAOS.zip (9.5 KB, 46 views)
Aug 18 '10 #1
2 1149
Oralloy
988 Recognized Expert Contributor
@waqasmql,

You have a sticky wicket.

I don't know if MySQL has any tools for importing SQL formatted in uSoft's lovely non-standard format.

Perhaps there's a third party conversion program?

If you're only interested in importing the table structure, you should be able to do a relatively quick hand translation of that mess. [Then hoist a scotch and say relive the memories of the pain forever.]

I didn't see any INSERTS in the file, so I assume that there are no data to translate. That's a good thing.

As for the display forms, they're going to be lost to you, unless you find a third party translator that builds something useful from them.

Hopefully that helps a little.
Aug 18 '10 #2
waqasmgl
20 New Member
Thanx Oralloy for your kind reply.
Aug 19 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2253
by: Andre Lerche | last post by:
Hi list, I am quite new to Python and try to learn Python with a small pygtk program. I am facing a problem which I am unable to solve for myself. I think I have read the documentation and some...
0
2434
by: Terry Kerr | last post by:
Hi, I have an app that makes a https POST to a remote server that I have no control over. The app runs fine in python 2.1.3 with socket.ssl compiled with openssl-0.9.6, however it will not run...
2
1322
by: peleme | last post by:
Hi, Here is a code example to visualize my problem. ---------------------------------------------------------------------------------- import thread import threading from time import sleep ...
2
1125
by: ajikoe | last post by:
Hello, I use csv to take information from file. import csv reader = csv.reader(open('t.csv')) for row in reader: print row # it is perfectly OK ...
2
6892
by: Quique | last post by:
Hello, I've got a problem importing a worksheet Excel into a temporary table in access. All the information is imported but the table is not ordered as it is originally in excel. I'm using a...
1
2795
by: nmin | last post by:
Hi. I'm using Jython in combination with Java, webservices and jboss4.0.4. The webservice is implemented in java and creates an PythonInterpreter object which loads the jython scripts. I...
5
4127
by: wajedali | last post by:
Hi I am having trouble rendering a combo box with icon near the text. Below is a simple code which demonstrates my problem. import java.awt.Component; import java.util.HashMap; import...
3
2633
by: John Carlyle-Clarke | last post by:
Hi. I'm new to Python and trying to use it to solve a specific problem. I have an XML file in which I need to locate a specific text node and replace the contents with some other text. The...
0
160
by: Laszlo Nagy | last post by:
ohad frand wrote I think that using absolute names DOES solve the problem. import two.tmp2 # This will import tmp2.py in "two" folder for sure! Hmm looks like your tmp2.py file is not a...
0
1215
by: Charles V. | last post by:
Hi, I hope this is not already known. But Google wasn't any help. So here begins a script to explain my problem. ------------------------- import sqlite3 conn = sqlite3.connect(':memory:')...
0
7049
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6912
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7052
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5348
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4790
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2989
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1304
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
565
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
188
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.