Home > Archive > Visual Studio > February 2006 > Beginners question!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Beginners question!
|
|
| Gabriel 2006-02-25, 6:59 pm |
| Hello, I'd programmed in VFP and I'm starting with Visual Studio. My
question is: is there something like tables in VFP for VS? because the only
way I found to store SQL querries is in SQL.
I'm making an application for one person only and SQL doens't seams
necesary... I want something lighter...
Thanks.
| |
| Admiral Q 2006-02-25, 6:59 pm |
| If you're creating a relational database, then you need some type of SQL to
access it, whether it be MSSQL, PL/SQL or MySQL, etc. Whether it is
accessed by one or many users is irrevalent.
--
Star Fleet Admiral Q @ your service!
Google is your friend!
http://www.google.com
"Gabriel" <gabricos-NOSPAM-@argentina.com> wrote in message
news:u75MxViOGHA.3896@TK2MSFTNGP15.phx.gbl...
> Hello, I'd programmed in VFP and I'm starting with Visual Studio. My
> question is: is there something like tables in VFP for VS? because the
> only way I found to store SQL querries is in SQL.
> I'm making an application for one person only and SQL doens't seams
> necesary... I want something lighter...
> Thanks.
>
| |
| Brendan Green 2006-02-27, 4:04 am |
| If you're looking for something lightweight, try SQL Server Express Edition.
See: http://msdn.microsoft.com/sql/express/default.aspx
"Gabriel" <gabricos-NOSPAM-@argentina.com> wrote in message
news:u75MxViOGHA.3896@TK2MSFTNGP15.phx.gbl...
> Hello, I'd programmed in VFP and I'm starting with Visual Studio. My
> question is: is there something like tables in VFP for VS? because the
> only way I found to store SQL querries is in SQL.
> I'm making an application for one person only and SQL doens't seams
> necesary... I want something lighter...
> Thanks.
>
|
|
|
|
|