RE: Visual Basic and SQLite

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 5 Jun 2009 07:46:42 -0400

Hi Jamal,
If it's too much to keep answering this stuff, just point me to something to 
read. If I create a program and want to give it to someone, do I have to give 
them the dll you talk about below or will my executable file be enough? In 
other words, when you give someone a program, how do you package it up and make 
sure it has the right stuff in the package? When you created EdSharp, how did 
you know what to put in the installation file and what did you use to make that 
nice installer wizard?

Thanks.

Jim

Thanks.

Jim

----------
Jim Homme, Usability Engineering.
412-544-1810.

Note: I will reply to email and voice mail within four hours.

"Nothing in this world can take the place of persistence.

"Talent will not; nothing is more common than unsuccessful people with talent.

"Genius will not; unrewarded genius is almost a proverb.

"Education will not; the world is full of educated derelicts.

"Persistence and determination alone are omnipotent."
- Calvin Coolidge (1872-1933)


-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
Sent: Thursday, June 04, 2009 4:18 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: RE: Visual Basic and SQLite

Hi Jim,
No. A .NET DLL either has to be installed in the global assembly cache (a
special folder) or put in the same directory as the .exe that uses it.
I suggest copying System.Data.SqLite.dll to your program directory.
Then use the /r command line parameter to reference the DLL.  Look at
the batch file in db_fruit.zip for an example.

Jamal

On Thu, 4 Jun 2009, Homme,
James wrote:

> Date: Thu, 4 Jun 2009 14:43:17 -0400
> From: "Homme, James" <james.homme@xxxxxxxxxxxx>
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
> Subject: RE: Visual Basic and SQLite
>
> Hi Jamal,
> If I install SQLite will the compiler just find it?
>
> Thanks.
>
> Jim
>
> ----------
> Jim Homme, Usability Engineering.
> 412-544-1810.
>
> Note: I will reply to email and voice mail within four hours.
>
> "Nothing in this world can take the place of persistence.
>
> "Talent will not; nothing is more common than unsuccessful people with talent.
>
> "Genius will not; unrewarded genius is almost a proverb.
>
> "Education will not; the world is full of educated derelicts.
>
> "Persistence and determination alone are omnipotent."
> - Calvin Coolidge (1872-1933)
>
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx 
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
> Sent: Thursday, June 04, 2009 11:08 AM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: Visual Basic and SQLite
>
> Hi Jim,
> Here is a fruit basket program using SQLite with the C# command-line
> compiler.  The command-line syntax is the same for VBNET (except the
> compiler is vbc.exe rather than cs.exe).
> http://EmpowermentZone.com/db_fruit.zip
>
> Another fruit basket program in VBNET, using its command-line compiler
> (but not SQLite) is at
> http://EmpowermentZone.com/vb_fruit.zip
>
> Hope this helps,
> Jamal
>
> On Thu, 4 Jun 2009, Homme, James
> wrote:
>
> > Date: Thu, 4 Jun 2009 08:03:21 -0400
> > From: "Homme, James" <james.homme@xxxxxxxxxxxx>
> > Reply-To: programmingblind@xxxxxxxxxxxxx
> > To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
> > Subject: Visual Basic and SQLite
> >
> > Hi,
> > The below tutorial tells you how to get SQLite and use it with Visual 
> > Studio Express. Here’s my question. I don’t want to use Visual Studio. 
> > How do I take that knowledge, write VB in a text editor, and still include 
> > SQLite? I guess I’m asking what Visual Studio does behind the scenes that 
> > I would have to recreate.
> > http://www.kirupa.com/net/sqllite_vb_pg1.htm
> >
> > Thanks.
> >
> > Jim
> > ----------
> > Jim Homme, Usability Engineering.
> > 412-544-1810.
> >
> > Note: I will reply to email and voice mail within four hours.
> >
> > "Nothing in this world can take the place of persistence.
> >
> > "Talent will not; nothing is more common than unsuccessful people with 
> > talent.
> >
> > "Genius will not; unrewarded genius is almost a proverb.
> >
> > "Education will not; the world is full of educated derelicts.
> >
> > "Persistence and determination alone are omnipotent."
> > - Calvin Coolidge (1872-1933)
> >
> >
> > ________________________________
> > This e-mail and any attachments to it are confidential and are intended 
> > solely for use of the individual or entity to whom they are addressed. If 
> > you have received this e-mail in error, please notify the sender 
> > immediately and then delete it. If you are not the intended recipient, you 
> > must not keep, use, disclose, copy or distribute this e-mail without the 
> > author's prior permission. The views expressed in this e-mail message do 
> > not necessarily represent the views of Highmark Inc., its subsidiaries, or 
> > affiliates.
> >
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>
> This e-mail and any attachments to it are confidential and are intended 
> solely for use of the individual or entity to whom they are addressed.  If 
> you have received this e-mail in error, please notify the sender immediately 
> and then delete it.  If you are not the intended recipient, you must not 
> keep, use, disclose, copy or distribute this e-mail without the author's 
> prior permission.  The views expressed in this e-mail message do not 
> necessarily represent the views of Highmark Inc., its subsidiaries, or 
> affiliates.
> V'�����l�w�f���ڝ�!jxʋ���m�x,j�m����
0~���+-����X���k�
ښh���b�
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed.  If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it.  If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
 The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.

Other related posts: