Hi,
2 ways for now
Use JDBC but get the driver first for your database...put it in your
project folder...then write the code(google that..plenty of items are
there).
Another way is to use Hibernate (if your project is Hibernate )...
Thanks,
jd
On 8/27/10, Nguyễn Đình Đoàn wrote:
> Hi fr
I guess this link should help you with it :
http://www.javadb.com/connect-to-a-database-and-read-from-table
2010/8/27 Nguyễn Đình Đoàn
> Hi friends,
>
> I developed an application in .NET, I needn't open SQL Server Management
> Studio and then add my .mdf file!
> I need create a string connectio
Hi friends,
I developed an application in .NET, I needn't open SQL Server Management
Studio and then add my .mdf file!
I need create a string connection only and then execute. This is my
connect() method I used for my project in VB.net:
// I use express edition
Public Shared Sub connect()