Click here to Skip to main content
15,921,463 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConfiguration Pin
WhiteGirl2320-Jul-07 2:03
WhiteGirl2320-Jul-07 2:03 
AnswerRe: Configuration Pin
Naji El Kotob20-Jul-07 2:44
Naji El Kotob20-Jul-07 2:44 
GeneralRe: Configuration Pin
WhiteGirl2320-Jul-07 3:12
WhiteGirl2320-Jul-07 3:12 
AnswerRe: Configuration Pin
cutequencher20-Jul-07 4:55
cutequencher20-Jul-07 4:55 
QuestionTable creation in VB.NET Pin
JonCox19-Jul-07 23:57
JonCox19-Jul-07 23:57 
AnswerRe: Table creation in VB.NET Pin
Colin Angus Mackay20-Jul-07 0:17
Colin Angus Mackay20-Jul-07 0:17 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 2:58
JonCox20-Jul-07 2:58 
AnswerRe: Table creation in VB.NET Pin
originSH20-Jul-07 0:23
originSH20-Jul-07 0:23 
Theres nothing built in that will act as a database for you. You could make something similar using an XML file or some other file based storage, but if your new to programming that might not be the best place to start Wink | ;)

The other alternative is using an external database. Do you want something that is small and file based (best suited for when just one app wants a database) or something bigger and memory based (that can handle alot of connections over a network)?

When you say wihtout the use of SQL do you mean the SQL language or Microsoft Sql Server?

If you don't want to use Access then don't :P theres plenty of other solutions out there,

If you want a memory based solution I'd recommend Microsoft Sql Server 2005 Express[^] sinces it's got the great price of free Big Grin | :-D It's a solid product with alot of features.

If you want something file based I'd recommend SqLite[^]. It's small, fast and free but it'll take some effort to setup for use.
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 2:54
JonCox20-Jul-07 2:54 
AnswerRe: Table creation in VB.NET Pin
Naji El Kotob20-Jul-07 3:08
Naji El Kotob20-Jul-07 3:08 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 4:29
JonCox20-Jul-07 4:29 
Questionhow to make viewback color of a propertygrid transparent Pin
MartyK200719-Jul-07 22:47
MartyK200719-Jul-07 22:47 
AnswerRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak20-Jul-07 7:26
mveDave Kreskowiak20-Jul-07 7:26 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200722-Jul-07 21:09
MartyK200722-Jul-07 21:09 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 3:29
mveDave Kreskowiak23-Jul-07 3:29 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200723-Jul-07 4:00
MartyK200723-Jul-07 4:00 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 12:04
mveDave Kreskowiak23-Jul-07 12:04 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200723-Jul-07 21:17
MartyK200723-Jul-07 21:17 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak24-Jul-07 1:48
mveDave Kreskowiak24-Jul-07 1:48 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200724-Jul-07 2:19
MartyK200724-Jul-07 2:19 
QuestionConnectionStrings & Using UNC Paths Offline Pin
NekoGato19-Jul-07 21:55
NekoGato19-Jul-07 21:55 
AnswerRe: ConnectionStrings & Using UNC Paths Offline Pin
Colin Angus Mackay19-Jul-07 23:53
Colin Angus Mackay19-Jul-07 23:53 
QuestionRichtextbox MaxLength Pin
NANCO19-Jul-07 21:43
NANCO19-Jul-07 21:43 
AnswerRe: Richtextbox MaxLength Pin
Colin Angus Mackay19-Jul-07 23:50
Colin Angus Mackay19-Jul-07 23:50 
AnswerRe: Richtextbox MaxLength Pin
cutequencher20-Jul-07 5:13
cutequencher20-Jul-07 5:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.