|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone . I am a newbie to Vb.net and develpoing a small program for my company and our clients using vb.net .
My database is not very big so i am wondering which way to store data for my program with the following conditions : small, easy to access but high protected . Can anyone give me a suggestion . Thanks very much . ps : i also think about xml ! |
|
#2
|
||||
|
||||
|
Sounds like a job for MS Access.
How many people will be using it and in what kind environment?
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section. ![]() Please use [Code]your code goes in here[/Code] tags when posting code. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. Modifications Required For VB6 Apps To Work On Vista ![]() Microsoft MVP 2005/2006/2007/2008/2009 |
|
#3
|
|||
|
|||
|
Thanks for ur reply , hack .
Acctually the way the program work very simple , it will run on all our customer's computers , and recevie update from our server ( just 1 connection o our server only ) . But the data is not so big , and the main thing is we don't want any other people to access the data except the customers ( coz they pay us for the data ) . |
|
#4
|
||||
|
||||
|
And couldn't you restrict who can get to your Access database by restricting who can get to the folder in which the database resides? I think yes...and that can be done at the network file server level. You don't need to do that through code.
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section. ![]() Please use [Code]your code goes in here[/Code] tags when posting code. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. Modifications Required For VB6 Apps To Work On Vista ![]() Microsoft MVP 2005/2006/2007/2008/2009 Last edited by Hack; 11-06-2009 at 12:52 PM. |
|
#5
|
|||
|
|||
|
Thanks Hack . I didnt try Access but i will . Thanks very much !
|
|
#6
|
|||
|
|||
|
Hi Hack , i decided to try Access , but i have some thing i still can not find on google , can you help me ? The things is if my customer's computers dont have ms access installed , so must they install ms access for using the application ?
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB.Net: Filling a ComboBox with data stored in database | diana_j86 | .NET | 5 | 04-06-2009 02:46 PM |
| Using gprs/wap to periodically send small amounts of data | Carl | Mobile | 0 | 12-19-2002 06:29 PM |
| Send Raw data to printer using vb.net | estrella | .NET | 0 | 07-19-2002 05:19 PM |
| data and multiple forms | skrobism | VB Classic | 1 | 01-23-2001 11:44 PM |