473,811 Members | 2,324 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can you embed a SQL database?

ljh
If I am using VB.Net 2005 with SQL Express or Developer edition and want to
embed the db into my project, how do I do that?

I can't find anything on embedding the db into a VB.Net 2005 app
anywhere.....
May 29 '06 #1
3 1205
Take a look at SQLite .. it should meet your needs http://www.sqlite.org/

You can get managed providers for it here ...
http://sourceforge.net/projects/adodotnetsqlite

Cheers,

Greg Young
MVP - C#
"ljh" <So**@where.els e> wrote in message
news:nF******** **********@bign ews4.bellsouth. net...
If I am using VB.Net 2005 with SQL Express or Developer edition and want
to embed the db into my project, how do I do that?

I can't find anything on embedding the db into a VB.Net 2005 app
anywhere.....

May 29 '06 #2
ljh
"Supports databases up to 2 terabytes (241 bytes) in size." Holy crap!!
Awesome! Makes MS SQL's 4GB look miniscule by comparison.

But, is it as easy to use in the IDE as MS SQL?

"Greg Young" <dr************ *******@hotmail .com> wrote in message
news:OJ******** ********@TK2MSF TNGP02.phx.gbl. ..
Take a look at SQLite .. it should meet your needs http://www.sqlite.org/

You can get managed providers for it here ...
http://sourceforge.net/projects/adodotnetsqlite

Cheers,

Greg Young
MVP - C#
"ljh" <So**@where.els e> wrote in message
news:nF******** **********@bign ews4.bellsouth. net...
If I am using VB.Net 2005 with SQL Express or Developer edition and want
to embed the db into my project, how do I do that?

I can't find anything on embedding the db into a VB.Net 2005 app
anywhere.....


May 29 '06 #3
Never tried .. I generally use object persistence with it :)

Cheers,

Greg Young
"ljh" <So**@where.els e> wrote in message
news:O_******** *********@bigne ws4.bellsouth.n et...
"Supports databases up to 2 terabytes (241 bytes) in size." Holy crap!!
Awesome! Makes MS SQL's 4GB look miniscule by comparison.

But, is it as easy to use in the IDE as MS SQL?

"Greg Young" <dr************ *******@hotmail .com> wrote in message
news:OJ******** ********@TK2MSF TNGP02.phx.gbl. ..
Take a look at SQLite .. it should meet your needs http://www.sqlite.org/

You can get managed providers for it here ...
http://sourceforge.net/projects/adodotnetsqlite

Cheers,

Greg Young
MVP - C#
"ljh" <So**@where.els e> wrote in message
news:nF******** **********@bign ews4.bellsouth. net...
If I am using VB.Net 2005 with SQL Express or Developer edition and want
to embed the db into my project, how do I do that?

I can't find anything on embedding the db into a VB.Net 2005 app
anywhere.....



May 29 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1768
by: Robert Ferber | last post by:
Hi, I'm a PHP-programmer who evaluates Python for a new project. I really like a lot of concepts of Python, especially the shell, but there is one great feature of PHP which I don't know how to replace in Python: For database-intensive webpages, I like to cache the HTML-output on the fly in the filesystem and put out the file later whenever the same URL is requested again, for example:
1
1756
by: John Kenickney | last post by:
Suppose I have an MS access database with query1 and query2. Query2 uses query1 something like this: Select table.* from (table left join query1 on field1=field2) Now I want to make a change in query1 to change the behaviour of query2. But this cannot be done in a live environment because I have to shut down the application, make the change in the database and start the application again. What I can do is make a query 3 in my...
1
6139
by: Ed Landau | last post by:
Is there a way to embed a picture in a table? I want to store MP3 cover art in a table along with artist info etc. Is that what an "OLE Object" is? I'm trying to populate the table with VB (rs.fields("x").Value = xxx). I'm more interested in being able to print the pics after I'm ordered them than to display them on the screen (though that would be nice too).
3
2232
by: M | last post by:
Hi Folks, Does anyone know how to embed a file into a resource in C#? You seem to be able to embed Icon, Bitmap, Cursor's & Strings. But how do you embed a file??? In VC++ version 6 you would, Find the Resource, Load It, get its size, and then write it out to where ever you want it.
0
1551
by: Andy | last post by:
Is it possible to embed an Access Database into a C# Windows Application, much like you would for a Resource File? If it is possible: Is there any advantage / disadvantage to doing this? How would I reference the Database then for my connection string? I can't actually create this as a Resource File: so is adding the database to the solution enough, so that it is embedded into the .exe?
2
1399
by: Nikolay Petrov | last post by:
I would like to embed a file in my EXE and extract it at runtime. Is this possible? If so how? the file is a MS Access Database. Would like to check if the file doesn't exists in the application directory to extract it from the exe and place it there.
1
1191
by: feudalac! | last post by:
I have an app that uses MySql as a data source... I would like to embed a SQL database into the app so it could be used without a database server connected to the network. I couldn't find any examples so i'm asking hele... The information i have so far is that best choice for embeding is SQLLite...
24
6279
by: Manuel | last post by:
Is it possible to embed an image, like a company logo in a CDOSYS generated message? If yes, I´ll apreciate some code sample. I´ve been able to format messages in html the way I like, but I can't figure out how to embed an image. Thanks for your time. -- Manuel
3
4816
by: abrtlt | last post by:
I would like to have a web page in which, when the user clicks on any of several specific elements, a specific audio file is played, without reloading the page. The specific audio file name is obtained from a PHP script (accessing a MySQL database) that could be called using XMLHttpRequest and JavaScript would write in a "div" tag an "embed and play" HTML tag containing the audio file name. I am not sure this would work, as the embed tag...
1
4722
by: MoroccoIT | last post by:
Greetings - I have a CF Form that uploads news articles, at times, I like to paste Youtube Videos with my articles. I noticed that on one server, it works fine, but on a different hosting company, my Youtube videos don't work. After I checked the database, I can see that the youTube code did get uploaded, but the Embed tag turned to InvalidTag - Please see my youtube video script below. Does anyone know what is causing this problem and...
0
9728
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3018
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.