Search found 12 matches

by jcoleuk
Wed Apr 04, 2007 4:23 pm
Forum: Announcement
Topic: [PB4] DagTagger - MP3 tag manager
Replies: 2
Views: 1769

Is this still available for download?
by jcoleuk
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.
by jcoleuk
Tue Feb 14, 2006 7:50 pm
Forum: Coding Questions
Topic: More than one database query at a time
Replies: 6
Views: 1630

I know that it can be done, I just don't know how to do it, yet. But I'll work it out before I release my program.
by jcoleuk
Tue Feb 14, 2006 7:34 pm
Forum: Off Topic
Topic: Your own webserver
Replies: 9
Views: 3778

The biggest thing for you will be the upload speed of your connection, most people just cannot afford a fast enough connection to justify running a server from home.

How much traffic do you plan on having? You couldn't host anything as much as a forum, or host large files, because at that speed ...
by jcoleuk
Tue Feb 14, 2006 7:29 pm
Forum: Off Topic
Topic: Need good web FORWARDING recommendation
Replies: 14
Views: 2974

Check my sig, we can always setup a private deal if you are interested.

As for bluehost.com; 250 Gigs of transfer a month just doesn't happen. No-body has the infastructure to support that.
by jcoleuk
Tue Feb 14, 2006 7:24 pm
Forum: Coding Questions
Topic: More than one database query at a time
Replies: 6
Views: 1630

Thanks Paul I used your method and it's worked great.

I'm a bit worried about the number of calls to the database I'm having to do, but I'll sort that out later.
by jcoleuk
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 ...
by jcoleuk
Sat Jan 28, 2006 12:16 pm
Forum: Coding Questions
Topic: Connection To MySQL
Replies: 3
Views: 1665

Thanks for the reply.

I'm still having problems, I tried to add an SQL server connection to the ODBC config software but it won't connect to the MySQL server...

I disabled my firewall and still it wouldn't work, it doesn't show up in the Select Server menu so I just put in "(local)" like the help ...
by jcoleuk
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.
by jcoleuk
Mon Apr 18, 2005 6:05 pm
Forum: General Discussion
Topic: MySQL Support in PureBasic
Replies: 3
Views: 2478

ok thanks. :)
by jcoleuk
Mon Apr 18, 2005 5:54 pm
Forum: Off Topic
Topic: MSN Messenger 7.X
Replies: 7
Views: 2004

I use trillian which is excellent. it has a very clean UI and doesn't get in the way.
by jcoleuk
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?