Skip to Content.
Sympa Menu

freetds - Select * Problem...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Carl Ballenger" <cballenger AT schoolkey.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Select * Problem...
  • Date: Fri, 18 Jan 2002 15:50:51 -0500


Ok, here is my problem:

I can execute INSERT, UPDATE, and DELETE queries, but when it comes to
returning large queries from a select...such as SELECT * FROM blah...its a
no go. I get a page not displayed..99% of the time....but sometimes the
query will execute....

I configured the following:

1.)./configure
2.) make
3.) make install
4.) export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/freetds/lib
5.) export SYBASE=/usr/local/freetds
6.) export TDSVER=42

I am returning results, but only when I select specific column names...in
the query. A SELECT * query does not work....except sometimes.

I can ping by both host name and ip.

Sys Desc:
Mandrake 8.1
apache 1.3.22
freetds 0.53
php 4.0.6

Win2K server
MSSQL Server 2000

Any ideas, thoughts etc...are appreciated:)

Thanks in advance,

Carlyle




Archive powered by MHonArc 2.6.24.

Top of Page