Summary: hello i am using vb 6.using ADO how can i count records. when i use "rs.recordcount" it returns -1. also tell me for editing records. like DAO there n...
Summary: I am having a serious problem which I do not know how to solve. I have written a program with VB.net 2002 and MSDE as the database. However after depl...
Summary: Hello, I am fairly new to VB, and I'm working with ADO's. I have a few problems that I can't figure out.... 1.> I'm using a Access database and three...
Summary: hi all. here's my second problem in vb (creating database using ado connection). when i add a new record and get data in text box in the form of numbe...
Summary: I have an assignment due soon and I have a problem. I have to produce a console application this console is required to have a logon. The app is to ch...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: I have written a code to retrive data from a file in C++,as follows cStud S; while(!f.eof()) { f.read((char*)&S,sizeof(S)); coutS; } where cStud...
Summary: I just started learning Javascript (I mean just, as in yesterday, the 3rd), and tried to make a simple addition program. First, it'll prompt you aski...
Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. ...
Summary: This is my 4th question regarding RS232 base device. Now i have a manual with me which says use 3 wire interface mean TX pin 3 RX Pin 2 Ground pin 5 ...
Summary: I have an html program which opens up a child popup window: a modal dialog window. The problem: when I make changes to the sourcefile of the child win...
Summary: I am haveing a problem downloading the Microsoft platform SDk. All I want realy is the documentation and core. I get to the SDK upadte catalog where...
Summary: Hi, i have problems adding a ralation between two tables (My database is on access). I am getting this error message: "This constraint cannot be ena...
Summary: Hi, I wast to do a union of two tables in access: table1 columns are: Postcode|Private|Business| table2 columns are Postcode|Private|Business|Packs T...
Summary: There is one otherthing you can try. Try saving the file as "K" + Chr(38) + "N.csv" 38 is the ASCII code for an & and it might fool VB to ingnoring i...
Summary: I'm implementing a linked list and am using cin.getline() to get a name from the user. The problem is, when I'm using cin.getline() within my switch s...
Summary: Hi Does someone know how to when in VBA, when typing into a user input form, you then press the relevant command button on the form, say 'update' an...
Summary: Hi Everybody.. i m facing a problem with java mail api..actually i want to send the mails by using SMTP server in JSP across the Internet..so can anyb...
Summary: i have a problem using java to create a program to determine if it is a prime or not. And also a palindrome code. Can you help me with this? ran ...
Summary: Just goes to show there are so many ways to solve the same problem. I would not have put the 'IF' logic on the output function. Instead, I would have ...
Summary: i'm using ms acces report to display data from mysql tables. using a dynamic pass through query to connect the report to mysql programmatically by cha...
Summary: hi, i use reg.exe to update my registry.but there seems to be some problem with it. assume the below command line reg add hkey_current_user\control ...
Summary: I have a problem when executing pieces of code of this type: main(){ char a,b; a=getchar(); b=getchar(); } The program waits for the first assignation...