Perhaps a "tricky" way to solve by the moment the issue:
SELECT MIN(date), typeof(MIN(date)) FROM table
With the above code the second column has the type of the first so I have to parse the columns queried between SELECT and FROM and add the same number of columns for type or save the ...
Search found 53 matches
- Thu Feb 19, 2009 11:59 am
- Forum: Coding Questions
- Topic: DatabaseColumnType issue
- Replies: 6
- Views: 1330
- Wed Feb 18, 2009 1:09 pm
- Forum: Coding Questions
- Topic: DatabaseColumnType issue
- Replies: 6
- Views: 1330
- Wed Feb 18, 2009 9:39 am
- Forum: Coding Questions
- Topic: DatabaseColumnType issue
- Replies: 6
- Views: 1330
- Wed Feb 18, 2009 8:24 am
- Forum: Coding Questions
- Topic: DatabaseColumnType issue
- Replies: 6
- Views: 1330
DatabaseColumnType issue
I'm using SQLITE engine of PB.
If I send a request with this query:
SELECT date FROM table
DatabaseColumnType returns for the first column (0) after DatabaseQuery: 2, this is right because "date" field is a date as its name means.
But with this query:
SELECT MIN(date) FROM table ...
If I send a request with this query:
SELECT date FROM table
DatabaseColumnType returns for the first column (0) after DatabaseQuery: 2, this is right because "date" field is a date as its name means.
But with this query:
SELECT MIN(date) FROM table ...
- Sat Feb 14, 2009 10:22 pm
- Forum: General Discussion
- Topic: Reasons to use x64 and reasons to use Mac
- Replies: 34
- Views: 7755
- Fri Feb 13, 2009 8:46 am
- Forum: General Discussion
- Topic: Reasons to use x64 and reasons to use Mac
- Replies: 34
- Views: 7755
@Psychophanta:
Interesting your comment of science computer, Cell processor and PS3. Of course many universities has a grid/farm/cluster/blade... of "standard" computers but OS is a litle bit hacked for add the performance of all of them, isn't it? So is a niche market.
On the other hand there are ...
Interesting your comment of science computer, Cell processor and PS3. Of course many universities has a grid/farm/cluster/blade... of "standard" computers but OS is a litle bit hacked for add the performance of all of them, isn't it? So is a niche market.
On the other hand there are ...
- Thu Feb 12, 2009 7:16 pm
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
- Thu Feb 12, 2009 5:47 pm
- Forum: General Discussion
- Topic: Reasons to use x64 and reasons to use Mac
- Replies: 34
- Views: 7755
Reason to use x64:
Take time to prepare yourself for the next OSes. HW is important and goes fast but it goes fast basically because every day OS and apps need more resources... and maintain two versions is too expensive for OS developers and hw manufacturers (drivers) so take time to be prepared to ...
Take time to prepare yourself for the next OSes. HW is important and goes fast but it goes fast basically because every day OS and apps need more resources... and maintain two versions is too expensive for OS developers and hw manufacturers (drivers) so take time to be prepared to ...
- Thu Feb 12, 2009 5:36 pm
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
- Thu Feb 12, 2009 1:51 pm
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
- Thu Feb 12, 2009 8:38 am
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
- Wed Feb 11, 2009 5:38 pm
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
I have done more tests and the global time is too high. Client show a "gui form" and it needs around 1s to fill all fields... so it doesn't good performance. I suppose I will improve the comms if in "reports" I send together some rows but this is not possible in a form gui.
Perhaps a way to improve ...
Perhaps a way to improve ...
- Wed Feb 11, 2009 2:52 pm
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
- Wed Feb 11, 2009 9:16 am
- Forum: Coding Questions
- Topic: ReceiveNetworkData issue
- Replies: 16
- Views: 3057
ReceiveNetworkData issue
I'm programming a client-server application using the networking commands included with PB.
Afer doing some test in the local machine, with both , client and server, I have found ReceiveNetworkData is a very slow command in my application, checked with EllapsedTime before and after the funciton. It ...
Afer doing some test in the local machine, with both , client and server, I have found ReceiveNetworkData is a very slow command in my application, checked with EllapsedTime before and after the funciton. It ...
- Thu Jan 22, 2009 8:00 am
- Forum: Coding Questions
- Topic: How to fill out fields of a PDF document?
- Replies: 9
- Views: 2714