Search found 12 matches
- Wed Apr 04, 2007 4:23 pm
- Forum: Announcement
- Topic: [PB4] DagTagger - MP3 tag manager
- Replies: 2
- Views: 1769
- Sun Jul 02, 2006 9:26 pm
- Forum: General Discussion
- Topic: Does anybody have PB 3.94 WIN Demo?
- Replies: 1
- Views: 1026
Does anybody have PB 3.94 WIN Demo?
I need to get hold of the PB 3.94 DEMO for Windows, I upgraded to the 4.00 demo but now the program I was writing doesn't work.
Thanks in advance,
Josh.
Thanks in advance,
Josh.
- Tue Feb 14, 2006 7:50 pm
- Forum: Coding Questions
- Topic: More than one database query at a time
- Replies: 6
- Views: 1630
- Tue Feb 14, 2006 7:34 pm
- Forum: Off Topic
- Topic: Your own webserver
- Replies: 9
- Views: 3778
- Tue Feb 14, 2006 7:29 pm
- Forum: Off Topic
- Topic: Need good web FORWARDING recommendation
- Replies: 14
- Views: 2974
- Tue Feb 14, 2006 7:24 pm
- Forum: Coding Questions
- Topic: More than one database query at a time
- Replies: 6
- Views: 1630
- Sat Feb 11, 2006 3:08 pm
- Forum: Coding Questions
- Topic: More than one database query at a time
- Replies: 6
- Views: 1630
More than one database query at a time
How can I do something like this:
If DatabaseQuery("SELECT...") = 0
MessageRequester("Error", "DB ERROR: "+DatabaseError())
Else
While NextDatabaseRow()
DatabaseQuery("SELECT...") = 0
; Second database query!
Wend
EndIf
I need to be able to run a query using data retrieved for ...
If DatabaseQuery("SELECT...") = 0
MessageRequester("Error", "DB ERROR: "+DatabaseError())
Else
While NextDatabaseRow()
DatabaseQuery("SELECT...") = 0
; Second database query!
Wend
EndIf
I need to be able to run a query using data retrieved for ...
- Sat Jan 28, 2006 12:16 pm
- Forum: Coding Questions
- Topic: Connection To MySQL
- Replies: 3
- Views: 1665
- Sat Jan 21, 2006 4:41 pm
- Forum: Coding Questions
- Topic: Connection To MySQL
- Replies: 3
- Views: 1665
Connection To MySQL
How can I use PureB to connect to a local MySQL database on my Windows machine.
Thanks,
Josh.
Thanks,
Josh.
- Mon Apr 18, 2005 6:05 pm
- Forum: General Discussion
- Topic: MySQL Support in PureBasic
- Replies: 3
- Views: 2478
- Mon Apr 18, 2005 5:54 pm
- Forum: Off Topic
- Topic: MSN Messenger 7.X
- Replies: 7
- Views: 2004
- Mon Apr 18, 2005 5:37 pm
- Forum: General Discussion
- Topic: MySQL Support in PureBasic
- Replies: 3
- Views: 2478
MySQL Support in PureBasic
Is there any support for connecting to a remote MySQL database in PureBasic, or any way at all to connect to one using PB?