[gnome-db] unsigned long value from GdaValue



Hello

I have a MySQL database and a table as this:

CREATE table host (
	ip INTEGER UNSIGNED,
	name VARCHAR(12)
);

The IP column contain a unsigned long value from the function ntohl().

But when I do a SELECT the provider cast this value to integer.

There are something way to get an unsigned long value with a GdaValue?

Thanks.

Fabio




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]