http://extratorrent.com/torrent/2618238/C%23+step+by+step.pdf.html
Monday, 13 February 2012
DOWNLOAD THE BOOK VISUAL BASIC . NET
http://extratorrent.com/torrent/2618238/C%23+step+by+step.pdf.html
Friday, 10 February 2012
Configuring SQL in VB2010
This error cause due to improper configuration of SQL SERVER in VB 2010.
The solution to this error is REMOTE Configuration of SQL SERVER.
SOLUTION :-
1.) Check your Operating System .
If your operating system is of 64 bit then to configuring sql server is difficult.
The solution to this problem is change your operation system to 32 bit i.e (x86).
2.) when u creating database in sql server check the use of backword slash(\) and forword slash(/).
e.x localhost/sqlexpress
This provide the above mention error there for make change in slash use backword slash instead of forward slash.
e.x localhost\sqlexpress .
THATS ALL.
The solution to this error is REMOTE Configuration of SQL SERVER.
SOLUTION :-
1.) Check your Operating System .
If your operating system is of 64 bit then to configuring sql server is difficult.
The solution to this problem is change your operation system to 32 bit i.e (x86).
2.) when u creating database in sql server check the use of backword slash(\) and forword slash(/).
e.x localhost/sqlexpress
This provide the above mention error there for make change in slash use backword slash instead of forward slash.
e.x localhost\sqlexpress .
THATS ALL.
Subscribe to:
Posts (Atom)