DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Mon, 2 Jul 2007 05:20:00 -0700,    posted on: microsoft.public.dotnet.framework.odbcnet        back       

Thread Index
  1    srid
          2    Stephen
          3    srid


query to paradox database(oledb/odbc) returning wrong results   
I am writing an application in vb.net 2005 to insert/update/select data to
paradox database file(.db---bde 5.01)
1)what is the best way to go about it?
Note:
I have tried to connect to paradox database via odbc or oledb
a)Dim odbcconnstr As String = "Driver={Microsoft Paradox Driver (*.db 
)};DriverID=538;Fil=Paradox
5.X;DefaultDir=I:\pardoxData;Dbq=I:\pardoxData\;CollatingSequence=ASCII"
b)Dim oledbconnstr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data 
Source=I:\pardoxData;Extended
Properties=Paradox 5.x;"

The problem with (a)odbc.net is unable to select data from memo/blob field.
the application is crashing

The problem with(a) (b)oledb is : select query returning wrong results.for 
instance,follwing
query(exact case) dispalying correct results.
select * from mytable where firstname='JOHN'

however, following query(lower case) displaying all the records firstname
starts with 'j' or 'jo' or .....
select * from mytable where firstname='john'

thanks in advance
vijay2
Date:Mon, 2 Jul 2007 05:20:00 -0700   Author:  

RE: query to paradox database(oledb/odbc) returning wrong results   
"srid" wrote:


> I am writing an application in vb.net 2005 to insert/update/select data to
> paradox database file(.db---bde 5.01)
> 1)what is the best way to go about it?
> Note:
> I have tried to connect to paradox database via odbc or oledb
> a)Dim odbcconnstr As String = "Driver={Microsoft Paradox Driver (*.db 
> )};DriverID=538;Fil=Paradox
> 5.X;DefaultDir=I:\pardoxData;Dbq=I:\pardoxData\;CollatingSequence=ASCII"
> b)Dim oledbconnstr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data 
> Source=I:\pardoxData;Extended
> Properties=Paradox 5.x;"
> 
> The problem with (a)odbc.net is unable to select data from memo/blob field.
> the application is crashing
> 
> The problem with(a) (b)oledb is : select query returning wrong results.for 
> instance,follwing
> query(exact case) dispalying correct results.
> select * from mytable where firstname='JOHN'
> 
> however, following query(lower case) displaying all the records firstname
> starts with 'j' or 'jo' or .....
> select * from mytable where firstname='john'



There is a driver for sale for this and as I remember back in 2004 it was 50 
usd.  The M$ driver did not work.
Date:Tue, 3 Jul 2007 05:58:02 -0700   Author:  

RE: query to paradox database(oledb/odbc) returning wrong results   
thanks for the info. let me do a google search

"srid" wrote:


> I am writing an application in vb.net 2005 to insert/update/select data to
> paradox database file(.db---bde 5.01)
> 1)what is the best way to go about it?
> Note:
> I have tried to connect to paradox database via odbc or oledb
> a)Dim odbcconnstr As String = "Driver={Microsoft Paradox Driver (*.db 
> )};DriverID=538;Fil=Paradox
> 5.X;DefaultDir=I:\pardoxData;Dbq=I:\pardoxData\;CollatingSequence=ASCII"
> b)Dim oledbconnstr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data 
> Source=I:\pardoxData;Extended
> Properties=Paradox 5.x;"
> 
> The problem with (a)odbc.net is unable to select data from memo/blob field.
> the application is crashing
> 
> The problem with(a) (b)oledb is : select query returning wrong results.for 
> instance,follwing
> query(exact case) dispalying correct results.
> select * from mytable where firstname='JOHN'
> 
> however, following query(lower case) displaying all the records firstname
> starts with 'j' or 'jo' or .....
> select * from mytable where firstname='john'
> 
> thanks in advance
> vijay2
Date:Tue, 3 Jul 2007 08:50:06 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us