RE: Simple inserts and retrieves

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Simple examples would be like:

Create table t1 (col1 int)
INSERT into t1 values 1
SELECT * FROM t1

I would suggest also on-line help to get more examples.

--------------------
| From: "Jacky Luk" <jl@xxxxxxxxxx>
| Subject: Simple inserts and retrieves
| Date: Sun, 7 Aug 2005 20:29:43 +0800
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#dfKxu0mFHA.1204@xxxxxxxxxxxxxxxxxxxx>
| Newsgroups: microsoft.public.data.odbc
| NNTP-Posting-Host: pcd581111.netvigator.com 218.102.113.111
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.data.odbc:2410
| X-Tomcat-NG: microsoft.public.data.odbc
|
| Hi,
| I'm connecting mySQL thru ODBC, I've installed the driver. As I am not
| familiar with Databases, I'd like to know what statements to type in
order
| to do simple inserts and retreives in .NET 2003 (Native C/C++)
| Thanks
| Jack
|
|
|

.



Relevant Pages