I have seen many instructions on how to call an API to place checkboxes in a listview - does anyone know how to do the same thing with option buttons? Thank...
Hi Friends, I developed small software in VB 6 and Sql Server 2000. I have a problem in date saving in sql database from flexgrid. When i save the data from...
If you change your short date format to D/M/YYYY your problem will go away. A better method is to format dates D/MMM/YYYY. That way there is NO ambiguity in...
Hi, ... Last time I did this, it was very easy. The installation program for PHP (the last version I used was 4.3.something) offers you the choice of ...
hello !! did ur prob solved i don't thing so since i had same prob and wht i had to do is while op connection of sql i had to set date format on sql to dmy ...
i am just starting to learn programming with visual basic 6 i am trying to get the data from two strStrings Into one message box i think i have to create a new...
Thanks for the reply but it did not help much if I can explain a bit more I am trying to make a useless prog that will when the user inputs there name and then...
Martin, isn't your code C++? ... -- Don Roberts - don@... http://www.drscripting.com http://www.robertsgenealogy.com [Non-text portions of this message...
Yes but I'm using visual basic 6 to build and compile the code or should I be using a different language with VB6 can you tell me where I'm going wrong as I...
Martin, VB6 uses visual basic as it's language. C++ IS NOT going to compile with VB. To compile C++ you need a C++ compiler such as Microsofts C++ 6. This is...
I am creating a vb application in MS Outlook 2000 that is taking Custom User Defined fields on a form that when a user presses submit it copies the data over...
if yes, how?? any hints?? thanks a lot ... From: "setlan83" <setlan83@...> To: <vbhelp@yahoogroups.com> Sent: Wednesday, June 08, 2005 3:29 PM Subject:...
Use ADO and execute the statment just as if you are Query Analyzer (I'm using MS SQL Server with ADO) I executed the following SQL statement through VB and ...
That will depend on the database access you are intending to use. For the most generic method, use SQL. I would suggest you look up ALTER TABLE in your SQL...
Hi I am new to VB programming. I need to find a way of detecting images within a word document, naming them and then copying them. The code I am using is not ...
Hi all can anybody tell me the VB coding if I put the MS-access database with password in MDB file on to the websapce something like www.xyz.com in db folder ...
Arpan
arpan_jha@...
Jun 10, 2005 3:46 pm
14170
Can anyone please help me I'm just starting out learning programming and am able to get text boxes to appear and not much else could anyone tell me of a good...
What is the command to create a temp table in a SQL Server stored procedure using VB.NET? I tried create temp table DBGTest (DBGTest varchar(250)) but I get an...
This is using MS SQL Server try CREATE TABLE #tTempTable(iID INT IDENTITY(1,1), sItem VARCHAR(250)) ... __________________________________ Discover Yahoo! Stay...
I've come across a weird situation that I can't find so far on the internet. My data source is an Access 2003 table. I'm in Windows 2000. I'm using Visual...
Hi Drew, ... Are you already creating the connection via code and assigning it to the connection for the ADODC? ... This could be a permissions issue. Do the...
... No. At this point I get the same result when using the properties pages for the ADODC control as I do when I create ADODB objects programmatically as I do...
... I think you will find that the actual data file is not located in the same place on each |PC, and you are not 'correctly' identifying the path. Are you...
'K I S S' (Keep It Simple) If you have a problem to solve nad it has lots of variables (things invlolved that can go wrong), then cut down the variables (get...
I appreciate the advice so far. Thank you all. Firstly, the path that leads to the data, if it were incorrect (and it did not find the MDB file), it would...
Hi Drew, ... Have you tried disconnecting the ADODC and assigning the connection to it via code? This usually corrects the path issues and the ADO versioning...