MS Provider Model Implementation Test Post

Working on VB2004 again, and I just moved the providers outside the main assembly, and I'm now using the Provider Model the way Microsoft intended it to be used. (I think). We're about to find out if I did it right. There were no compile-time errors, now lets see if there were any run-time errors.

UPDATE: No runtime errors. The new inheritance-based provider system works beautifully. I kinda surprised myself... I expected it to fail. Now I just have to add the code to make the provider stuff totally dynamic, and I'm done with this part of the functionality. Still lots more to stabilize before the beta...

No Comments