Skip to Content.
Sympa Menu

freetds - RE: [freetds] Problem with data type conversions and FreeTDS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Vanns <jimv AT canterbury.ac.uk>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Problem with data type conversions and FreeTDS
  • Date: Wed, 30 Jul 2003 14:17:42 -0000

Yes VARCHAR, CHAR, INT, datetime, money etc. are all OK. Couldn't be
bothered with returning the value etc. It's a const reference because
all I'm doing is printing it and nothing more (yet!). Like I said in the
first I am just trying to get some reasonable info on all data types to
ensure I can get what Query Analyzer does.

What is is_blob_type() meant to do? How do you print unique identifiers
in your code? Is there any documentation on the FreeTDS API that I've
missed (havn't got any - just having to read through tds.h and
guessing!)?

Cheers again.

Jim

On Wed, 2003-07-30 at 14:59, ZIGLIO Frediano wrote:
> >
> > The latest source 0.61 and when connecting protocol version 8.0
> >
> > The static is there because I're turning a reference to a
> > local variable. The variable won't exist outside the function
> > scope because the stack for the function is nuked on function exit.
> >
>
> This is why you should use value-type instead of reference-type ...
>
> > str.clear () is there just to make sure the static variables
> > contents have been wiped. I know it's reassigned to so
> > clear() isn't really needed but that's not the issue here!
> >
> > OK const_cast not necessary anymore! I think it was on a
> > previous version!
> >
> > Any ideas about the real problem!? How I retrieve the 'real'
> > data of unique identifiers and other binary objects for that matter?
> >
>
> Does other types (VARCHAR, CHAR, INT) return correctly ?
>
> > The is_blob_type() doesn't seem to be doing what I think it should!
> >
>
> Why not ? Try to use TEXT/IMAGE fields ...
>
> > Cheers for the prompt reply!
> >
> > Jim
>
> freddy77
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
--
James Vanns BSc (Hons) MCP
Linux Systems Administrator
Software Engineer (Linux / C & C++)
Canterbury Christ Church University College
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x24045370






Archive powered by MHonArc 2.6.24.

Top of Page