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.

Sunday, 14 August 2011

My fisrt Project

This is my first project. This is small AccounMeneger softwae which meneges your social networks site accounts or etc. So test it & provide me a feedback about it...

Download from here: