Web Development

Get all the practical and theoretical knowledge of web development here! We believe in sharing!

Ask or Share about Web Development

Lecture

Usman | 16/02/2010

sir i need video lec of asp.net.kindly send a link

Re: Lecture

Hafiz Fahad Hassan | 16/02/2010

A very useful video lectures:
https://www.youtube.com/watch?v=3Kk-yZ7VpeA

Regards

Re: Re: Lecture

Usman | 17/02/2010

Thank u sir

Re: DataBase Connectivity

Bilal Hafeez | 09/02/2010

Adnan you want java connectivity with which database ? (Access or SQL Server or MYSQL )?
Every database has its own connection string. First tell me your database name then i will tell you the exact method.

DataBase connectivity ......

Adnan | 08/02/2010

Hey i have an issue regarding connectivity of database in Netbeans project .......i tried alot but unable to do connectivity ......can someone help me to do connectivity.

Re: DataBase connectivity ......

Hafiz Fahad Hassan | 08/02/2010

Get some idea from this code:

Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
String connectionUrl = "jdbc:sqlserver://localhost:1433;" +
"databaseName=master;user=;password=;";
Connection con = DriverManager.getConnection(connectionUrl);

Re: Re: DataBase connectivity ......

Hafiz Fahad Hassan | 09/02/2010

This one is with SQL Server 2000.


stat counter
Hafiz Fahad Hassan Presents The Origin