SQL Server data

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

SQL Server data

Post by sourceuno »

Is there a way to import SQL Server data into Texis?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

SQL Server data

Post by John »

You could either use the ODBC driver for Texis to load the data into Texis, or you could export the data from SQL Server in a format that can be imported by timport, such as CSV or XML.
John Turnbull
Thunderstone Software
ebenezer.maninang
Posts: 1
Joined: Tue Jul 10, 2001 8:42 pm

SQL Server data

Post by ebenezer.maninang »

Using the SQL export data function (using Texis ODBC driver to convert SQL data to Texis db) worked for the Customers table in the sample Northwind database but not for the Employees table.

I noticed that SQL DTS (Data Transformation Service) changes the SQL 'datetime' data type to 'longvarchar' data type. I then edited it to 'date' data type. However an error still occurs and can't proceed to converting the table.

Any suggestions?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

SQL Server data

Post by John »

The 'date' type in Texis and the 'datetime' in MS-SQL may support different ranges of dates. You could try using a field of type varchar(10) if you are just storing the date portion as '2001-07-11' for example, or varchar(17) if including the time as well.
John Turnbull
Thunderstone Software
Post Reply