| Thread | Last Post | Replies |
|
| Switch SEPARATOR between different BCP runs | 31 Oct 2003 21:52 GMT | 6 |
For the first BCP run I set Use Sybase::BLK; $BCP->config(DIRECTION => IN, INPUT => "$FID_REPO_FILE_BCP",
|
| Primary key & Data Type | 31 Oct 2003 00:28 GMT | 1 |
Is it correct to say that, insofar as ORACLE is supposed to automatically index all the primary keys, the fact of using a VARCHAR2(256) as primary key field, instead of smaller type, will actually have no effect on performance? Thanks Jean Accédez au courrier électronique de La ...
|
| DBI::DBD: STORE | 30 Oct 2003 11:25 GMT | 7 |
Is there any value in returning a value (pun intended) from STORE? E.g.: sub STORE { ...
|
| Does DBD::Sybase set 'hostname' and 'scriptName' automatically? | 29 Oct 2003 19:12 GMT | 2 |
I am using DBD::Sybase version 1.01. It lets you set 'hostname' and 'scriptName' for a connection but doesn't seem to set them automatically if not asked. For example use DBI;
|
| DBD::Sybase compile error when compiling for 64 bit perl under HP -UX. | 27 Oct 2003 23:18 GMT | 1 |
I've been trying to get a reasonably complete perl compiled under 64 bit and I've run into a bit of a roadblock. The machine I am compiling on is an HP-UX 11.00/64bit os with Sybase ASE 12.0 EBF 9919 installed. From the compile errors I've seen, I don't seem to have everything in ...
|
| DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x | 21 Oct 2003 15:01 GMT | 3 |
FYI DBD::Sybase and Sybase::CTlib fail at the "make test" stage on Solaris (and possibly other platforms) with perl 5.8.1 and gcc 3.x. The problem is the default LDDLFLAGS configuration value that is used with 5.8.1, which includes the following flags:
|
| Inline::C to write a DBD ? | 21 Oct 2003 03:15 GMT | 6 |
Has anyone attempted to write a DBD using Inline::C (or C++) ? I'm looking into updating a driver to selectively switch between a pure Perl implementation, and a native C i/f to a low level vendor API library if its available, in order
|
| Running multiple SQL statements concatenated together | 14 Oct 2003 17:47 GMT | 2 |
In Sybase command shells such as sqsh, you can run more than one SQL query or statement at a time: sqsh> select 5 from foo sqsh> select 7
|
| DBI: trace / trace_msg | 13 Oct 2003 09:13 GMT | 8 |
What's the expected output of the attached script? Steffen
|
| RE: 'Sybase error: Unknown network type found in interface file' | 10 Oct 2003 17:29 GMT | 5 |
>>t/bcp....Sybase error: Unknown network type found in interface >>file. >>The interfaces file ($SYBASE/interfaces) looks reasonably sane >>and all the entries have network 'tcp'. |
| bytea escaping? | 08 Oct 2003 16:56 GMT | 2 |
I got a column of type bytea, and found out that DBD::Pg is complaining when it sees backslashes. I'm using prepare/execute and was under the impression that values added that way were automatically escaped/quoted by DBI, but i have to s/\\/\\\\/g; to escape the
|