Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 5th, 2005, 06:07 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to NiiG
Default Very Urgent

Hi y'all can any one help me sort out this problem? I'm trying to lift data from a dbase file into an sql server table . i use and odbc data provider for dotnet to do the connection. I'm trying to do a select into from the dbase file in to the sql server table using the openrowset(). but it thriws me this exception:
"System.Data.Odbc.OdbcException: ERROR [42000]
[Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB provider
'Microsoft.Jet.OLEDB.4.0' reported an error. ERROR [01000]
[Microsoft][ODBC SQL Server Driver][SQL Server][OLE/DB provider returned message:
Could not find installable ISAM.]"

this is wut the query looks like
"Select * INTO <TBBLE>
   FROM OPENROWSET('Microsoft.Jet.OLEBD.4.0', 'Driver=dBase IV;
      SourceDB=C:\path;
      SourceType=DBF',
      '<SOURCE TABLE>')"
please help me out on this

 
Old January 5th, 2005, 07:48 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Is the file actually from dbase IV file format or other format like foxpro, Visual Fox Pro
If you want to check the version of the VFP ODBC driver or to see if it is installed go into your ODBC Data Source Administrator [under Control Panel,Administrative Tools,Data Sources (ODBC)] and go to the Drivers tab and scroll down the list of installed drivers, see "Microsoft Visual FoxPro Driver" and to the right of it is the version number that is installed.

If your VFP ODBC driver is current it should show a version equal to or greater than 6.01. If it does not you may consider upgrading the the latest mdac version.


Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
urgent deb_kareng ASP.NET 2.0 Professional 1 August 13th, 2007 07:29 AM
it's urgent deb_kareng ASP.NET 2.0 Professional 3 August 7th, 2007 07:40 AM
urgent help yash_coolbuddy_forindia BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 1 May 7th, 2007 08:40 AM
urgent???????????? nsr35 Beginning VB 6 1 October 3rd, 2005 10:57 AM
urgent ??????????????? nsr35 Pro VB Databases 0 October 3rd, 2005 04:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.