Tagged Questions

0
votes
6answers
52 views

Select uniques, and one of the doubles

I have a table with columns A, B and C. Column A might have duplicates. I need: All rows that have an unique value in A One of the rows that has one of the duplicate values in A …
1
vote
2answers
51 views

(Probably) Simple SQL Server cursor question

I need to call two stored procedures in sequence via ODBC in PHP: #run stored procedure 1 $query = "Shipped_Not_Shipped_Rep ".$_GET['rep_id']; $result = odbc_exec($dbh, $query); o …
1
vote
2answers
20 views

how to Sort out Mysql odbc connection strings stored in registry as plain text

Mysql odbc connection string is stored in the windows registry as plain text. So someone can find it and view my database. How can I sort out this security problem. thanks
0
votes
2answers
27 views

Placeholders using generic ODBC drivers

Currently, I'm peppering form submissions to account for single quotes & other garbage. $form_field_value= str_replace("'", "''", stripslashes($form_field_value)); It is to …
0
votes
2answers
51 views

Connecting to Oracle 10g with ODBC from Excel VBA

Hi, The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on …
1
vote
3answers
56 views

MS Access db over network share

I have a simple web site that needs to connect to an access database over a unc share. The server is a windows 2003 box running IIS 6. The connection is via ODBC. We're receivin …
0
votes
1answer
83 views

MS Access, Pass through query with complex criteria. Criteria include Select statments and vba functions.

I currently have multiple queries that query data from a few tables linked through ODBC, and some temporary tables that are edited through the user interface. I have complex crite …
0
votes
2answers
17 views

Filemaker GetAs…How to display Container Field on webpage?

I have an ASP.Net application that needs to display an image that is stored in a Filemaker Container field. My query statement looks like: select GetAs(Image, 'JPG') from UA_Item …
0
votes
1answer
35 views

CakePHP and connecting to MS Access db using Unixodbc

I'm trying to use an Acces (MDB) database from a CakePHP app. On a Windows machine this works fine. On a Linux machine using Unixodbc this doesn't work at all. The error is as foll …
0
votes
3answers
24 views

Informix Dynamic Server 2000: How do I enable ODBC?

I have an old server (Solaris 8) running Informix Dynamic Server 2000 Version 9.21.UC4, and I want to get ODBC enabled so that I can get to the data from elsewhere, but I haven't b …
0
votes
3answers
26 views

Jet Engine’s query-optimization is based on statistics, but how are they refreshed with linked tables?

Hi there, i am dealing with some legacy access < 2007 "databases". All the tables are linked tables to a sql-server 2008. While the odbc-links are established the table struct …
0
votes
2answers
12 views

Informix ODBC Connection Help

I have a development project that requires us to be able to support informix data sources via ODBC. I've downloaded the prebuilt Informix Virtual Appliance from the IBM website and …
0
votes
3answers
57 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 …
1
vote
2answers
81 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 …
1
vote
2answers
42 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 ( …

1 2 3 4 5 24 next
15 30 50 per page