Summary: When I try to update a row in a database I get an error. I think the problem is either with the SQL statement or the fact that I'm using the .ExecuteN...
Summary: Hi, Can anyone help me with advice regarding buying good VB.NET book(s) that show you how to program for SQL Server. Please let me know. Thank You ...
Summary: when compiling projects in vb.net giving a error "Arithmatic overfloe & underflow".also having some probles using fonts in vb.net. can anyone give any...
Summary: You seem to be mixing vb.net syntax with SQL syntax, Try strSQL = " DELETE FROM tblProducts WHERE prodID = '' " and strSQL = " DELETE FROM tblProduct...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an acce...
Summary: Hi, i made a app from VB .net and when i try to test it out on my other pc, it came out a dll missing file, i downloaded that dll mscoo.dll or somethi...
Summary: Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a bu...
Summary: I have source for a C project that I have compiled as a DLL and am accessing its functions from a VB.NET Program. I have successfully been able to ca...
Summary: hi guys, i'm a new learner of programming and currently going thru vb.net. i'm working on a windows app which requires to have a user login and passwo...
Summary: with vb.net you should not really have to write any networking code. Just try to access the sql server the normal way- that is of course if it is on t...
Summary: Is that possible to deploy a vb.net windows application with the backend of sql server 2000 with only msde provied by .net(sql server 2000 not install...
Summary: Hello, I'm still new to programming, and then I switched from VB5 to VB.NET, so I'm really confused. I'm trying to do two things. First, I'm tryi...
Summary: sup guys! i'm self-studying vb.net and the first thing i tried to do is a simple multi-document text editor. i created a public property called Filena...
Summary: I've just built my first project in VB.Net (using Visual Studio 2005) that requires custom actions on install. To achieve this I've added a Windows In...
Summary: when trying to install vb.net, i get an error message saying that I have remote control components on my machine and that i need to remove them using ...
Summary: Hello everyone. I wrote a program in VB.NET that is being called from a C++ program. I am trying to get error strings that are generated in my VB.NET ...
Summary: Can someone please help me with my update command in VB.NET I have an access database and i am able to add records and read from it but i cant modify ...
Summary: If e.g. i use vb.net codes to link to SQL server, is it possible to use Microsoft SQL server to update excel table? Then is it possible using html to ...
Summary: Hi People, I'm having a bit of a problem. I'm just starting to merge from VB6 to VB.net and I am wanting to print raw data to a receipt printer (and I...
Summary: You just need to focus your search appropriately. VB.Net, like VB before it, is just the language syntax you are using; you need to work with the part...
Summary: Hello, All the examples I've been able to find online suggest to add a data source to your vb.net project, drag the datasets on to the report viewer, ...
Summary: Hello, I am coding a Visual Basic .NET application that can be customized to the user's specifications. Example: The form's size. I have encountered...
Summary: By empty, I assume you are refering to a VB5/6 Variant type, which could "hold" an array. If an array (or anything else) was not assigned to a Variant...