Search found 15 matches
- Sun Feb 27, 2005 11:21 am
- Forum: Coding Questions
- Topic: libmysql.dll MySQL
- Replies: 5
- Views: 1955
- Sun Feb 27, 2005 10:00 am
- Forum: Coding Questions
- Topic: libmysql.dll MySQL
- Replies: 5
- Views: 1955
- Sat Feb 26, 2005 8:19 pm
- Forum: Coding Questions
- Topic: libmysql.dll MySQL
- Replies: 5
- Views: 1955
libmysql.dll MySQL
Hi, again.
Been having some trouble with using this lib..libmysql.dll..hoping someone here has experience using this.
I'm trying to get the value of ID and name from this query:
SQL = "SELECT id,name FROM ibf_members WHERE name='"+Str(Username)+"'"
However, have failed miserably. This is the ...
Been having some trouble with using this lib..libmysql.dll..hoping someone here has experience using this.
I'm trying to get the value of ID and name from this query:
SQL = "SELECT id,name FROM ibf_members WHERE name='"+Str(Username)+"'"
However, have failed miserably. This is the ...
- Sun Feb 20, 2005 7:17 pm
- Forum: Coding Questions
- Topic: MySQL
- Replies: 8
- Views: 3243
- Tue Feb 15, 2005 1:57 am
- Forum: Coding Questions
- Topic: MySQL
- Replies: 8
- Views: 3243
- Mon Feb 14, 2005 10:30 pm
- Forum: Coding Questions
- Topic: MySQL
- Replies: 8
- Views: 3243
- Mon Feb 14, 2005 9:06 pm
- Forum: Coding Questions
- Topic: MySQL
- Replies: 8
- Views: 3243
MySQL
Hi, ive searched for this, but couldnt find anything i could understand XD
Anyway, could anyone show me example code of how to connect to a remote MySQL database from PB? I know all the SQL commands, i just need to know how to open a connection ready to send queries to it..Im a PB n00b, so anything ...
Anyway, could anyone show me example code of how to connect to a remote MySQL database from PB? I know all the SQL commands, i just need to know how to open a connection ready to send queries to it..Im a PB n00b, so anything ...
- Wed Apr 21, 2004 8:06 pm
- Forum: Coding Questions
- Topic: Chat client/server
- Replies: 12
- Views: 2744
- Wed Apr 21, 2004 7:45 pm
- Forum: Coding Questions
- Topic: Chat client/server
- Replies: 12
- Views: 2744
thank you. I did not use that german one because i cant read german, plus i now have tha basic grasps. i have one last, noobish question. How would i append a string infront of another string? e.g. put "name: " in front of "hello" to make "name: hello"
Edit: and how do you send the message to all ...
Edit: and how do you send the message to all ...
- Wed Apr 21, 2004 6:40 pm
- Forum: Coding Questions
- Topic: Thinking of moving from Blitz to pure... little info' needed
- Replies: 15
- Views: 3333
- Wed Apr 21, 2004 6:26 pm
- Forum: Coding Questions
- Topic: Chat client/server
- Replies: 12
- Views: 2744
IRC
ok then, for now ill just create a client to connect to an IRC server. HOwever, i believe you need to send something to the IRC server before you can join, your name, etc..., however i dont know what order/where/how you send this to the server. If someone could give me what you need to send, that ...
- Wed Apr 21, 2004 1:10 pm
- Forum: Coding Questions
- Topic: Chat client/server
- Replies: 12
- Views: 2744
examples..
I cant seem to find any examples on a chat client/server, and, all the advanced sources, and some of the sources in the purebaisc example directory doesnt work :-\, error messages come up like "AllocateMEmory function error: too many parameters", and "Function not found".
- Mon Apr 19, 2004 4:09 pm
- Forum: Coding Questions
- Topic: Chat client/server
- Replies: 12
- Views: 2744
Chat client/server
Hi, i am pretty new at programming, and to start me off, i would like to create a small chat server/client, but i dont know how to go about it. Can someone please show me an example of a server recieving data from a client, and then sending that data again to all clients? This would be of great help ...
- Thu Mar 11, 2004 8:44 pm
- Forum: Coding Questions
- Topic: Gadget help
- Replies: 2
- Views: 1176
- Thu Mar 11, 2004 7:36 pm
- Forum: Coding Questions
- Topic: Gadget help
- Replies: 2
- Views: 1176
Gadget help
Hi, im new to this forum, and to purebasic. I have just converted from BlitzBasic, because i wanted something a bit more powerful, and robust. I am doing a very small little project to help me learn the language, (not an MMOROREDGJOGDRGOERPG), its a small runescape toolkit in windows, however, i ...