on DB connections
If you look in the Headfirst C# (sorry...
) book (google for it if you don't know it, can't find it in hard copy etc.), the very first example (of porting a rolodex) shows how to connect to the SQL server lite which will almost certainly have been installed when you installed VS2005/8. The example is very clear, very quick, and you can bang out the C# version in 20 minutes. Doing a VB version ought not to take much longer (though I haven't done it [in VB]), and I suspect it may be more stable and easier than getting it into to Access.
If you go that route, perhaps consider posting it as an example would be of interest to the wider community on the parallel 'questions' thread.
If you look in the Headfirst C# (sorry...
) book (google for it if you don't know it, can't find it in hard copy etc.), the very first example (of porting a rolodex) shows how to connect to the SQL server lite which will almost certainly have been installed when you installed VS2005/8. The example is very clear, very quick, and you can bang out the C# version in 20 minutes. Doing a VB version ought not to take much longer (though I haven't done it [in VB]), and I suspect it may be more stable and easier than getting it into to Access.If you go that route, perhaps consider posting it as an example would be of interest to the wider community on the parallel 'questions' thread.




Comment