possible to use MSDE in visual basic express?

total newbie to vb express, can it be done using the data sources area? or do i have to manually code connection strings? I cant get sql express to install for whatever reason, so i thought id use msde instead. Is there an easy way to get vb express to connect to msde?
[270 byte] By [dan6546546] at [2007-12-17]
# 1
Yes you can use any type of database with the express editions, the only thing is that you have to do it manually through code as none of the wizards will pick them up.
Mykre at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2

So we can't use the wizard to connect to an MSDE databse on VB 2005 express as it is the case to connect to an SQL 2005 express database?

Then we have to maunally code it as in Dim cn as conection etc....

is it that case?

Akd02 at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...