[VB.NET2003] DataControl With MDI
May 19, 2007
hello,..
Inof: using VB.NET 2003 ADO provider - My Database MS Access2003
i want just simple code of how to add Datacontrol on MDI Parent and control this Datacontrol for each MDIChild??
like if i have these Datacontrol [ Add, Save, Delete, Update, Edit, Print] was installed in MDI Parent with Toolbar and you can by these Datacontrols to control each MDI Child form???
also i have in each MDI Child Form Tabcontrol how to programme this code as you see in my link picture
http://img502.imageshack.us/img502/1...controlsw3.jpg
View 1 Replies
Jul 20, 2006
Hello all. I have a problem. I am working on a vb6 example book, and it is instructing me to add a Data Enviroment to a Visual Basic project I am tryind to find out the equivelent to this in vb.net2003, and how do I do it. What is the data enviroment called in 2003 and what is the connection called in 2003. I am a beginner so a long answer is fine with me.
View 1 Replies
View Related
Sep 16, 2006
Hi
I got an exe file of an application with program debug database.
Once i am running that program it is giving an error.
Can anyone suggest me how to configure SQL server2000 database with this application.
I have installed client tool of SQL server2000 on my system.
I am very new in MS platform.
................................................................................................................................
The error is like this
it is showing this error
System.Data.Sql.Client.qlException: SQL server does not exist or access denied.
at DataAccess.DataAccess.ExecuteInsertUpdateDeleteQuery(String prsConnString, String StoredProcName,sqlParameter[]parameterLost)
Thanks
View 1 Replies
View Related
Apr 19, 2007
I am using reporting services 2000 already for 2 years. This problem is occurring on 2-3 reports, I can't say exactly what is the reason.
How I use the report designer is pretty simple and consistent. Report data is usualy produced by calling a stored procedure (on SLQ server 2000), I have a few parameters. Some of Paramaters are dates with a default values calculated to give yesterday's date or today - 7 days. And that is the only code in the report itselft. As soon as I click on Yes/No paramater, that doesn't have default, and is int in proc and report, then complete Visual Studio Environment starts flashing, making bip-bip noise, and is blocked, no access and reponse. I can't close it for a while, I can't bring up task manager, and in general this crash is very much resource intensive, Outlook is freezing, can't open IE, new spreadsheet. I am working on windows Xp platform. Eventually I would manage to close VS thru task manager.
As soon as this report is uploaded to Report Manager, the place where all the reports are available to users, on different server, the same report works fine.
Has anyone experienced this and what would be the reason.
Thanks in advance,
Elizabeta R
View 1 Replies
View Related