You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Arthmx

Beginner

  • "Arthmx" started this thread

Posts: 3

Date of registration: Aug 15th 2009

  • Send private message

1

Saturday, August 15th 2009, 6:29pm

2 questions..

Howdy!
How to use sockets with a Console Application?

Jabaco Source

1
2
3
4
Redim Preserve Socket_Game(0)
   Set Socket_Game(0) = New Winsock
   Socket_Game(0).LocalPort = 30000
   Socket_Game(0).Listen

I put that in the main sub but then how to use connectionrequest, etc .. ?

And How to Get all results of an SQL query trought JDBC?
Example: How to get all results of this query -> "SHOW TABLES" like that:

system
users

Thanks :)

Arthmx

Beginner

  • "Arthmx" started this thread

Posts: 3

Date of registration: Aug 15th 2009

  • Send private message

2

Sunday, August 16th 2009, 10:23am

UP ;(

Manuel

Administrator

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

3

Sunday, August 16th 2009, 11:01pm

Quoted

How to use sockets with a Console Application?
I've uploaded a sample-project for you: http://www.jabaco.org/wiki/WinSock

Quoted

And How to Get all results of an SQL query trought JDBC?
SQLITE 3 support

Arthmx

Beginner

  • "Arthmx" started this thread

Posts: 3

Date of registration: Aug 15th 2009

  • Send private message

4

Monday, August 17th 2009, 10:27am

Thank you very much :D
But if I want to send datas to all sockets? How can I do ?

This post has been edited 1 times, last edit by "Arthmx" (Aug 17th 2009, 11:08am)


Rate this thread
WoltLab Burning Board