hi... i need little bit help regarding ODBC conenction. i develop a small program which uses access database.... and then i make its package using vb package &...
... System.EventArgs) ... e As ... Nothing ... second's i ... remove ... saving old ... Hi, The problem is when you use myForm.Dispose() you erase the memory ...
Hi, My problem is also related to disposing the object. but it is little bit different. It is related to disposing a dataset table. Let suppose my dataset...
I'm hoping that someone will be able to quickly see what I'm doing wrong. I perform the following steps: 1. I create a Windows application in Visual Basic .NET...
well i replied from my mailbox and it dont look like it got posted so i'll do it this way. you should leave the windows generated code alone and add your lines...
well however you are deploying this application my not have the references added when you install the app on the other computers, which is why you are getting...
Hello Everybody, My name is N.S.Santosh Kumar. Well I need some information pertaining to a specific problem. I am developing a club membership management ...
I would try somethink like this. dim tblX as datatable tblx = DS.Tables(2) ds.tables.removeAt(2) tblx = nothing or tblx.dispose - I think the important thing...
Thank you for the advice on simply trapping the exception. Now I get a nice dialog that says that the .NET Security Policy is not allowing this application to...
You can store the connection settings in registry or you can create dsn when the application runs first time. Roopesh kmehtab <no_reply@yahoogroups.com> wrote:...
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
It sounds to me like one of two things. First how old is the power supply and how many watts is the power supply? I doubt it is the power supply but I mught as...
I keep getting a "No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). " It's saying that the source code error is: daCW.Fill(dsCW,...
yes, we can create dsn only once... but the user who doesn't know this, its difficult for him/her to follow the steps.... so thats why i am asking is there any...
Greetings, I see two things I question. First, does your db allow access for UserID=Admin; Password=""? My guess is a problem with the connections string. I...
Hello Every Body, Hi, I am a new member of your group, who would like no about how to make a Bitmap Splash Screen in VB.net with vb code not C# and J#. Please...
Put your added lines in a form load sub and you can also wrap your 2 lines in a try statement like this form1_Load(ByVal sender As Object, ByVal e As...
Almost all the ODBC stuff is in the registry. HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI. Create a DSN then look at the registry. From there, you can either...
I'm working on an ASP.NET 2.0 project that I would like to use the ASP.NET Login Controls with. My problem is that my system includes a smart client. The...
You have to manually generate the encryption and decryption keys in ASP.NET 2.0's machine.config file. Each computer needs the exact same encryption and...
Hello ! I have the following problem : I have a central sub in form A. e.g. ... Sub CentralCaller() FeatureA() FeatureB() End Sub ... and say a sub called...
How about a cheap and dirty public Boolean. Set the bool to false in CentralCaller before calling feature A. Somewhere in Feature A set the Boolean to true and...
HI everyone! kindly any one tell that how can i access quickly more than 2 lakh records from MS ACCESS database? i using vb.net for data filtering and show...
I dont see why you need a timer or a loop cant you just put feature "A" and feature "B" in if statements and either have a public boolean or an integer to...
Hi all, I would like to use more than one parameter in a a datasource for a GridView... Here is the GridView code.... <asp:SqlDataSource ID="SqlDataSource"...
Hello everyone, I am starting a new windows application project. In this project, I will require to authodicated the users. My question is: Should I use the...
Hey all, I am just starting to learn .Net, and want to know if VS 2003 will run on Vista? I have XP home and so planning to buy a new sys. XP pro is in...
Hi All, Can anyone tell me Is it possible to install Oracle 9i on Windows Vista Home Premium? I m getting error as 'could not start jrew.exe'. Thanx ...