Answer Questions
AjitGadge How To Loop On Rows From A Database Table
I want to loop on the rows from a database table, but I can't work out how to do it. So far, the code I have is: Dim sConnectionString As String _ = "User ID=myname;Password=myPassword;Initial Catalog=mydatabase;Data Source=123.22.44.35,1433" Dim objConn As New SqlConnection(sConnectionString) objConn.Open() Dim sSQL As String = "SELECT * FROM manufacturer_list" Dim objCmd As New ...Show All
Heis Spiter reconstructing variables into memeory
Greetings, I finally have figured out how to send 8 bit chars over my serial port. Thanks to all who helped. Next battle: I am communicating with an 8bit microcontroller. My compiler for the microcontroller allows me to generate integers larger than 8 bits. ie 16, 32, float ect. Lets say I have a 16bit variable in the microcontroller. It resides in two adjacent 8bit memory locations. I can send this variable out of the microcontroller over ...Show All
Vishal Batghare CLR: Fatal Execution Engine Error when starting VC++ Express
I have just install VC++ Express but most of the time when I start it up the application appears and the disappears. I am getting the following error in the application event log: .NET Runtime version 2.0.50727.42 - CLR: Fatal Execution Engine Error (7A05E2B3) (80131506) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Does any one know what the problem is (I get the same error when trying to star ...Show All
AndyCadley Commerce Starter Kit - MySQL & PayPal in Israel
Hi all, I've skimmed through the "Commerce Starter Kit" and I really love it . I have 2 questions though: 1. I'm from Israel - Can Payal transactions be carried out in Israel, with an Israeli, non internation credit card 2. I'm short in budget and cannot afford SQL Server. I thought maybe MySQL will be a compromise. Which changes will I have to do so that "Commerce Starter Kit" will cope with MySQL ...Show All
Shane Mulhall Opening and saving a word template in VB
Hello, Is it possible to have a button on a form that will open and save a MS Word template to a specific file I'm wanting to create an organisation program, that will have a single template in it, that, when a button is clicked, have the template loaded into word and given a specific filename and saved in a specific location. Anyone know how I can accomplish this in VB 2005 Express Yes. C ...Show All
bstearman A Tall Form Opens in the Middle
I have a vb.net form that's relatively tall (about 800). When I open that form, instead of opening at the top of the page, its opened towards the middle and the user would have to scroll up to get to the top. Does anyone know why that happens and what to do about it hi, you are wellcom anyway SJWhiteley said b4 there are very good programs didn't succeed for small things like the taborder best regar ...Show All
RomuloChile Inputbox
I've seen this tool in Visual Basic and Visual For Pro. But is there an equavilancy of this function is C# .NET Express Straight forward question =] Thanks in advance Thanks for the information. But I still cannot implement it in VS2005. I am not sure what causes the problem. Does anyone tried it on VS2005 Please shared some thoughts with me on the C# InputBox. I would like to try not to use Visual Basic component for this p ...Show All
hennes User Passwords and Security
Hi again, In a windows form I ask the user to provide a username and password in order to have access to the user database. Now I spended some time searching Internet on security related items, but the information is so overwealming I don't no where to start. So if anyone can help me. I just want to store and retrieve the username and pasword in a secure way. The app. can be used by various users. First I was thinking to use isolated stora ...Show All
Finkster Exception during open Form
Hello, at the moment I receive allways the follwing exception, when I want to open a form of a project: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Hide at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark) at System.Reflection.Assembly.GetTypes() at Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs..ctor(Ass ...Show All
lib_team pragmas in Visual C++ 2005 Express Ed
Can you please post/send me a complete listing of the compiler's pragma information I gathered from the online community what the meaning of pragma once was. I saw other pragma directives in the fstream header file and had questions about them: #pragma pack ( push ,_CRT_PACKING) #pragma warning ( push ,3) #pragma warning ( disable : 4127) #pragma warning ( push ) #pragma warning ( disable : 6237 6239) #pragma w ...Show All
coder99 Dataset Update to DataBase VB Studio 2005 Express w/ Sql 2005 Explress
I've carefully watched the videos many times on how to use the Add Data Sources to bind my database to a form. That works great. When I run the app I can see the data I have input from ShowTable view on the form I created. I can add and change data on my form also. However, after closing the form and going back to ShowTable I see none of my additions or changes. I've read all the fourms I could find already that ...Show All
dr4nra character string functions in C++
Long story short I've tried using Visual Studio to get back into programming and I'm writing simple programs at the moment but I've come across this snag. I can't seem to get any of the character string functions to work. For example the ischar() or isletter() function. I've added the string and math headers but the compiler still doesn't recognise the functions. Does anyone have an idea of what could be wrong Thanks ...Show All
AlexCr Controls Not Working When Published
Hi Using the Visiual Web Developers Express Edition I have created pages with various controls including some bound to an AcessData Control. When I publish this to my service provider non of the controls are visible (bound or otherwise) exept labels. The service provider supports FrontPage extensions and asp and other asp pages developed with FrontPage 2003 work fine. What am I missing Regards Rob Smith ...Show All
soleildumidi DataSource
I have an App which will use several diferent forms within the app. All will be accessing the same database and associated Tables. Do I need to add a new DataSet/Source for each form Thanks, Jeff hi, yes , if your form do something important , if your form just edit one record or so you can user properties to pass data between forms, even you can pass dataset between forms through properties you can r ...Show All
Ghostgollum Can I Create an Access DataBase Without Access?
I don't own Access and this is for Learning Purposes.... Can I create an Access DataBase with my own Schema(I guess that's the word) with VBE or any Other Way I downloaded Northwind.... Can I change Northwind schema without Access Thanks Thanks... But why Wouldn't one just buy access instead of doing all this coding I just wanted to compare the strengths and weakness's of a VB Server Express database VS an ...Show All
