I developed project in VB and used SQL server 2000 as database.
when I run exe it will definately require a database, but it is inefficiant
to install SQL server wherever I execute my project(on a single computer separately means I not talking about the connection string)
So I want my project so flexible that it should run at computer for that I have to make database portable that can move or copy anywhere.
Like Music Player WinAmp ,It store it configuration but do not require SQL or MS Access.
So finally I how can make my sql database portable.