1
vote
2answers
33 views
SqlDataReader, a firehose cursor - no buffering?
So I understand SqlDataReader is quite fast, you dont know how many rows you'll get and it only allocates memory for each row at a time. So if I have a million rows of small rows ( …
0
votes
3answers
26 views
Error using excel ODBC driver in classic asp
I am getting this error when I try to load an excel document as a datasource for my webpage
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Excel Dr …
0
votes
2answers
27 views
Why I need an instance of Odbc reader, but now Odbc connection?
Hi,
On the classs level, I have declared:
System::Data::Odbc::OdbcConnection conn;
System::Data::Odbc::OdbcDataReader datareader; //doesnt work
System::Data::Odbc::OdbcDataReader^ …
1
vote
2answers
53 views
Relative table links in ms-access
I'm sure this must have been asked before, but I can't find it.
Can I set a relative path for the location of a linked table in Access 2003?
The other table is also stored in an …
0
votes
1answer
21 views
Cannot set OdbcConnection to OdbcCommand.Connection
Hi,
On the class level, I have created reference:
System::Data::Odbc::OdbcConnection Connection;
in some method I want to set it to odbcCommand.Connection like this:
::System::D …
1
vote
1answer
13 views
Filemaker Sql Queries against columns with spaces in the name
I have an ODBC DSN setup to hit a Filemaker database from my ASP.Net application. I'm trying to form a valid query where the column name has spaces in it. In T-SQL, you would enc …
0
votes
3answers
77 views
How do I connect to an MS Access database using Perl?
I have a .accdb file on my local machine and I am trying to connect to it and read some data from 3 tables within the DB. How do I establish the connection using Perl?
So far I ha …
0
votes
1answer
15 views
SQL1092N “ASPNET” does not have the authority to perform the requested command. Basic ODBC call to a dsn does not work.
Don't shoot me for this, but I've posted this on experts-exchange as well. I just need an answer. Here's the question (and yes, i've searched, googled, and searched again):
I'm ge …
0
votes
1answer
34 views
php odbc connect not connecting to sybase db
php odbc_connect not connecting with sybase database.
I set up a web site using php to talk to a sybase db (already in use for a in-house application) via a odbc connection, so u …
0
votes
3answers
40 views
c++ Debugging Exception c0000139
Hi,
I am currently trying to get to the bottom of a client crash with one of our applications. I have wrapped the app in an exception handler which creates a mini-dump when the cr …
0
votes
0answers
24 views
ODBC and Windows Service
Hi,
I'm new to windows services and... you guessed it, I’m a bit stuck. Let me paint the picture –
I’m running a timed service that use an OdbcDataReader and SqlBulkCopy to (1) a …
0
votes
2answers
35 views
Where else can MS Access get a DSN?
I have an access 2000 application to manage. The DSN is pointing to the production Postgresql database and I'd like to point it to the one running on my machine for testing.
The …
2
votes
2answers
54 views
Access database - links to SQL Server and Oracle
The application part of my database is in Access 2003, and I use tables that are linked from SQL server. Now, I have some tables that I have to link from an Oracle database. I lin …
0
votes
4answers
54 views
what’s wrong with this ADODB connection string to sql server 2005
I'm working on populating a combobox in visual studio 2005 using vb and I'm stuck on the connection string part. I should mention i'm connecting to a SQL Server 2005 instance. He …
0
votes
4answers
37 views
Mono - OSX - ODBC
I've set up system DSNs, which I can use from other ODBC apps (e.g. iQueryODBC), but in mono, I get "Data source name not found and n" (sic).
I am using "DSN=myodbc" for the conne …
