Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Which is easy to handle SQL or XML with Visual Basic 2008?

Status
Not open for further replies.

sunil880089

Full Member level 2
Joined
Aug 24, 2011
Messages
125
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
2,031
Which is easy to handle with Visual Basic 2008 ,SQL or XML?

Hi Everyone,

i want to create a file and store the data in to the file using Vb 2008.
and i want to access the data from the same file.

So can anyone help me to choose the type of the file (SQL or XML).

Thank you..
 
Last edited:

XML is mostly used in the program to have config items.....but if you want database meaning .....reading, writing, editing, deleting facility then better to go for SQL ....

Good Luck
 
XML is mostly used in the program to have config items.....but if you want database meaning .....reading, writing, editing, deleting facility then better to go for SQL ....

Good Luck

Thank you sir,

but i am bit confusing...
i am new to the SQL,Xml and MS Access also...
i want database which should help me to reading, writing, editing, deleting facility.

please guide me.

thanks and Regards
Sunil
 

I had not used VB 2008 ....but I had used SQlite database with C# 20101 and 2008.....It's pretty simple and you will get the ready codes on either codeproject site or

refer link-

https://www.dreamincode.net/forums/topic/157830-using-sqlite-with-c#/

However you need to install SQlite for you choise of Machine I mean 32 bit or 64 bit from SQLite for dotnet frame work....

Good Luck
 
I had not used VB 2008 ....but I had used SQlite database with C# 20101 and 2008.....It's pretty simple and you will get the ready codes on either codeproject site or

refer link-

https://www.dreamincode.net/forums/topic/157830-using-sqlite-with-c#/

However you need to install SQlite for you choise of Machine I mean 32 bit or 64 bit from SQLite for dotnet frame work....

Good Luck


Dear milind.a.kulkarni ,

Thanks for your reply,

please help me in future also.

as you suggested i will choose Sql .
but can i get my requirements with the Sql?

My requirements are,
1)i want to create database(Collection of All the data) using VB2008.
2)database meaning .....reading, writing, editing, deleting facility using VB2008.
3)i want to update the database and i want to access particular field from the database.


thanks and Regards
Sunil
 

Hi Sunil First go the Sqlite website -

http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

then run the SQLite exe file for your Choice of machine.....

I am not very good at VB but if you find on net you will get VB interface with SQLite on the links -

http://www.persistentrealities.com/index.php?p=18
**broken link removed**
**broken link removed**


Good Luck

Hi Sir,

Thank you.

I will follow your suggestions.
If you have more information's please guide me.


thanks and Regards
Sunil
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top