When working on Windows form application a found that the MDI child form is not singleton as a class cannot have a only single instance by default. I search Internet…
Day: September 17, 2004
ODBC Connection with .Net Framework 1.0
Hi.. I have to connect my .Net Application with the MySQL Database. I am using the .NET Framework 1.0 and MySQL 3.23. Know my problem is that .Net framwork doesn’t…