Download Horizon :: Staff Members :: TheTechGame.com :: XboxMB YouTube


Old 02-02-2012   #1 (permalink)
Regular Member
ToXiC x SnIpEr's Avatar
Join Date: Dec 2011
Posts: 228
Thanks: 28
Default Database question

Ok im working on a login for techMOd and i want to connect to a database, but i dont have sql or access, but i do have open office(free alternative to office) and it has almost rhe same database capabilities that access does. Does anyone know if i can connect to a open office database in vb.net?
__________________
ToXiC x SnIpEr is offline
Reply With Quote


Old 02-02-2012   #2 (permalink)
Influence's Avatar
Horizon Bawz
Join Date: Aug 2011
Location: United Kingdom
Posts: 1,799
Thanks: 1,130
Default Re: Database question

Make a site then just web browsers to use the login base..

Sounds a bit confusing but its easy.
If you want a bit of help AIM me, i'll give you a bit of code.

itzelevatiionz2
__________________
Influence is online now Send a message via ICQ to Influence Send a message via AIM to Influence Send a message via MSN to Influence Send a message via Yahoo to Influence Send a message via Skype™ to Influence
Reply With Quote


Old 02-02-2012   #3 (permalink)
Regular Member
sgt frankieboy's Avatar
Join Date: Nov 2010
Location: Netherlands
Posts: 2,391
Thanks: 1,738
Default Re: Database question

you want to run the database of your own computer?
__________________


Minecraft World Editor - [BETA] YTMP
Programming Resources

Quote:
Originally Posted by Rich Cook
Programming today is a race between software engineers striving to build bigger and better
idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
sgt frankieboy is online now Send a message via ICQ to sgt frankieboy Send a message via AIM to sgt frankieboy Send a message via MSN to sgt frankieboy Send a message via Yahoo to sgt frankieboy Send a message via Skype™ to sgt frankieboy
Reply With Quote


Old 02-02-2012   #4 (permalink)
Regular Member
ToXiC x SnIpEr's Avatar
Join Date: Dec 2011
Posts: 228
Thanks: 28
Default Re: Database question

Yes
__________________
ToXiC x SnIpEr is offline
Reply With Quote


Old 02-02-2012   #5 (permalink)
Regular Member
sgt frankieboy's Avatar
Join Date: Nov 2010
Location: Netherlands
Posts: 2,391
Thanks: 1,738
Default Re: Database question

Quote:
Originally Posted by ToXiC x SnIpEr View Post
Yes
That means you have to have your computer running 24/7 :S
quite silly.
__________________


Minecraft World Editor - [BETA] YTMP
Programming Resources

Quote:
Originally Posted by Rich Cook
Programming today is a race between software engineers striving to build bigger and better
idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
sgt frankieboy is online now Send a message via ICQ to sgt frankieboy Send a message via AIM to sgt frankieboy Send a message via MSN to sgt frankieboy Send a message via Yahoo to sgt frankieboy Send a message via Skype™ to sgt frankieboy
Reply With Quote
The following user thanked this post: godzcheater




Old 02-02-2012   #6 (permalink)
RDCA's Avatar
Join Date: Jun 2011
Posts: 138
Thanks: 63
Default Re: Database question

Implying Visual Studio is incapable of making databases.

Though I do suggest instead of using a p2p connection, make a secure connection through php. Keep all the info encrypted using an asynchronous encryption type. AES is one, and I think DES might be one as well.

But if you half to host the DB on your computer, I suggest you look into x.509 licenses and SSL connections.
RDCA is offline
Reply With Quote


Old 02-02-2012   #7 (permalink)
Hetelek's Avatar
sh042067
Join Date: Sep 2010
Location: NY
Posts: 1,597
Thanks: 846
Default Re: Database question

Quote:
Originally Posted by Influence View Post
Make a site then just web browsers to use the login base..

Sounds a bit confusing but its easy.
If you want a bit of help AIM me, i'll give you a bit of code.

itzelevatiionz2
Using a web browser to do something like this is a terrible idea.


OT - You really don't want to have the database stored on your computer. If you own any domains, just get some ****ty free hosting(000webhost or something), make a SQL database stored on there, and then use PHP to access it. Accessing databases straight from your program is a really bad way of doing stuff, and if someone were to deobfuscate it, they could possibly corrupt your database.
__________________





Hetelek is offline Send a message via AIM to Hetelek
Reply With Quote


Old 02-02-2012   #8 (permalink)
RDCA's Avatar
Join Date: Jun 2011
Posts: 138
Thanks: 63
Default Re: Database question

Quote:
Originally Posted by Hetelek View Post
Using a web browser to do something like this is a terrible idea.


OT - You really don't want to have the database stored on your computer. If you own any domains, just get some ****ty free hosting(000webhost or something), make a SQL database stored on there, and then use PHP to access it. Accessing databases straight from your program is a really bad way of doing stuff, and if someone were to deobfuscate it, they could possibly corrupt your database.
Not if you do it properly. Though I really do suggest you stay away from them hosted on your computer as well.
RDCA is offline
Reply With Quote


Old 02-02-2012   #9 (permalink)
Regular Member
sgt frankieboy's Avatar
Join Date: Nov 2010
Location: Netherlands
Posts: 2,391
Thanks: 1,738
Default Re: Database question

Quote:
Originally Posted by RDCA View Post
Not if you do it properly. Though I really do suggest you stay away from them hosted on your computer as well.
Still it is stupid to use webbrowsers if you can use HttpWebRequests :S
__________________


Minecraft World Editor - [BETA] YTMP
Programming Resources

Quote:
Originally Posted by Rich Cook
Programming today is a race between software engineers striving to build bigger and better
idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
sgt frankieboy is online now Send a message via ICQ to sgt frankieboy Send a message via AIM to sgt frankieboy Send a message via MSN to sgt frankieboy Send a message via Yahoo to sgt frankieboy Send a message via Skype™ to sgt frankieboy
Reply With Quote


Old 02-02-2012   #10 (permalink)
RDCA's Avatar
Join Date: Jun 2011
Posts: 138
Thanks: 63
Default Re: Database question

Quote:
Originally Posted by sgt frankieboy View Post
Still it is stupid to use webbrowsers if you can use HttpWebRequests :S
No no no no, I would never ever ever suggest to use a web browser for anything. It is the worse component in the toolbox.
RDCA is offline
Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:24 AM.


 

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
COPYRIGHT (c) 2010 - 2012 - XboxMB - DESIGN BY:
EDENWEBS.COM