[gnome-db] unsigned long value from GdaValue
- From: Fabio Ospitia Trujillo <fot ossim net>
- To: gnome-db-list <gnome-db-list gnome org>
- Subject: [gnome-db] unsigned long value from GdaValue
- Date: 30 Mar 2004 18:15:41 +0200
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]