473,383 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

SalesLogix OLEDB Driver.

I know this is more a Saleslogix issue than and .NET one. I thought I'll try
my luck here.

I'm trying to access Saleslogix database using SLXOLEDB driver in my .NET
application. This seems to work fine when I have the whole Saleslogix client
app installed on my computer. But when I have only the Saleslogix OLEDB
Driver I get an invalid case exception when I try to open a connection.
Here is the code snippet.
mConnString = "Provider=SLXOLEDB.1;Data Source=SLX01;Initial
Catalog=SALESLOGIX_DEV;Persist Security Info=True;Extended
Properties='Port=1706;Log=On';User Id='user';Password='password'";

mConnection = new OleDbConnection(mConnString);

try

{

mConnection.Open();

}

Catch (Exception e)

{

Console.WriteLine(e.message);

}

finally

{

mConnection.close();

}

I was just wondering if anyone had come across the same problem. Any help
would be greatly appreciated. I have been banging my head against this for
the past 3 days :-(
--
Satish
Nov 22 '05 #1
1 3099
You may want to try Jeremy Brayton http://geekswithblogs.net/jbrayton/ - I
konw he does a lot of SalesLogix stuff

--
W.G. Ryan, MVP

www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Satish Itty" <NO_SPAMsitty@claytonDOTcom> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I know this is more a Saleslogix issue than and .NET one. I thought I'll try my luck here.

I'm trying to access Saleslogix database using SLXOLEDB driver in my .NET
application. This seems to work fine when I have the whole Saleslogix client app installed on my computer. But when I have only the Saleslogix OLEDB
Driver I get an invalid case exception when I try to open a connection.
Here is the code snippet.
mConnString = "Provider=SLXOLEDB.1;Data Source=SLX01;Initial
Catalog=SALESLOGIX_DEV;Persist Security Info=True;Extended
Properties='Port=1706;Log=On';User Id='user';Password='password'";

mConnection = new OleDbConnection(mConnString);

try

{

mConnection.Open();

}

Catch (Exception e)

{

Console.WriteLine(e.message);

}

finally

{

mConnection.close();

}

I was just wondering if anyone had come across the same problem. Any help
would be greatly appreciated. I have been banging my head against this for
the past 3 days :-(
--
Satish

Nov 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Juxta | last post by:
Please could someone help. I am using the Oracle OLEDB driver for a multithreadded VC++ app, useing CComand and the DynamicAccessor (fixed version) and i am crashing on the open when more than...
4
by: VK | last post by:
Hello: I am trying to insert the products purchased off our website into Saleslogix - any information out there - websites, links etc.? Many thanks for all your help. *** Sent via...
4
by: NS | last post by:
Hi, I am trying to execute a prepare statement using oledb provider for DB2. The command.Prepare() statement is giving me an exception " No error information available:...
3
by: Giuseppe D'Elia | last post by:
Hi there, I got a problem using an MS Access database through ASP.NET. After updating my system from .NET Framework 1.0 to 1.1, my existing application gives me the following error when...
5
by: petro | last post by:
Hello all, My asp.net web application works on my machine but I get the following error on our test web server, There is only one oracle home on the test server. Does anyone know how to resolve...
0
by: JeffP | last post by:
Error at Open() - Driver does not support this function I've tried the OLEdb driver with similar failure, different error but basically I cannot Open using the Foxpro driver(s) Any clues? ...
5
by: Jesse Albert | last post by:
Hiyo, I'm trying to import a CSV file into a datatable using either ODBC or OLEDB. One of the columns contains an IP Address. For some reason, the IP address will not display correctly. All of...
1
by: =?Utf-8?B?UmljaA==?= | last post by:
In the Registry at HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Jet \ 4.0 \ Engines \ Text the default key for Text Format is: "Format" = "CSVDelimited" I can use the following OleDB...
7
by: cj2 | last post by:
I'm trying to access VFP 8 tables from VB 2008. How can I determine the version of the VFP OLEDB driver on my PC? What is the latest version?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.