RE: Sqlite and AutoIt

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Thu, 11 Mar 2010 06:44:27 -0500

Hi Jamal,
Thanks very much. 

Jim

Jim Homme,
Usability Services,
Phone: 412-544-1810
Skype: jim.homme
Internal recipients,  Read my accessibility blog


-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
Sent: Wednesday, March 10, 2010 2:45 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: Sqlite and AutoIt

I think the _SQLite_Open function is used to open a database file.  It 
will be created if it does not exist.  If no parameter is specified, the 
database will be in memory.  You can then use _SQLite_Exec to pass a 
Create Table command in order to add a table to the database.

A useful example is at this default location:

c:\program Files\AutoIt3\Examples\Helpfile\_SQLite_Exec.au3

Jamal

On Wed, 10 Mar 
2010, Homme, James 
wrote:

> Date: Wed, 10 Mar 2010 07:03:32 -0500
> From: "Homme, James" <james.homme@xxxxxxxxxxxx>
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
> Subject: Sqlite and AutoIt
> 
> Hi,
> I have two questions. First, I see all kinds of help about SQL, but it's not 
> obvious how to actually create a database. How do you do that with AutoIt and 
> Sqlite? Second, I saw that there is a group for blind AutoIt programmers. Is 
> that group active?
>
> Thanks.
>
> Jim
>
> Jim Homme,
> Usability Services,
> Phone: 412-544-1810
> Skype: jim.homme
> Internal recipients,  Read my accessibility 
> blog<http://mysites.highmark.com/personal/lidikki/Blog/default.aspx>
>
>
> ________________________________
> 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

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: