11,868 Topics
![]() | |
I am using a connection object from code and a DataEnvironment in a VB application Set CON = New ADODB.Connection CON.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\AA.MDB;Persist Security Info=False" CON.Open Set RS = New ADODB.Recordset If RS.State = 1 Then RS.Close RS.ActiveConnection = CON RS.CursorType = adOpenKeyset RS.LockType = adLockPessimistic RS.CursorLocation = adUseClient … | |
Hi all, Need to get this thing running. Need to develop in VB6 and hook up the back end to sql server express. VB6 and sql server express are installed locally. Please tell me how to do this to get it up and running. It is urgent. thanks, b | |
hello guys , i got a problem with string let's say: i got a string like this : dim Amount As string [B]no error [COLOR="Red"]Amount = 0000780080[/COLOR] error [COLOR="Red"]Amount =000060005A[/COLOR] [/B] the problem now is the amount contain a value A at the end of the string. how am I … | |
i dont have a code yet.coz i am new in visual basic 6. | |
Hi. good day, can anyone help me please..I'm going to run an application which will get files in folder and store it to listbox,,but I'm always came up with this error: "User defined type not defined" please help me..give me another suggestion....heres my code: thanks.. Dim oFileSystem As New FileSystemObject … | |
I really would appreciate it if someone could help me troubleshoot this code for my class. I am trying to get it to take input from textboxes and put the output into a list when the user clicks a button and likewise hide the list when the user clicks the … | |
Hi, I am creating a small application which connects to an MS access database. I am using app to get the path of the mdb. This works fine when I am accessing the exe from my own machine. When I share the folder containing the exe and access it over … | |
Help! I'm a beginner. I've just done some short studies in oracle database. I need your help... how to show my data in oracle to appear in interface of visual basic. Your help will improve my knowledge. Thx | |
All of a sudden I'm getting this error message in vb 5.0: Run- time error '3027' Can't Update Database or object is read-only. Can anyone help me with this? Thanks | |
the title said it all, pls give me ideas on what i can use in making a chat box, like is using a many textbox good or a Big Nono, thx | |
Hi! Up until today I've been writing C with Borland C dos version. Only g-d knows why the school I go to teaches us C on that. I want to start using MS's Visual Studio and I'm totally lost. It's a whole new enviornment of work. All their tutorials and … ![]() | |
hi folks, i want some help with dlls i want to create dll which will take image file path as input string do some processing, and five different strings as output. how to use it. can anyone give sample code thanks | |
Hi, There is a memo field called [B]'Particulars'[/B] in my [U]exp[/U] table [U]exp1[/U] database. I have placed the field in my Crystal Report. The length of memo field by default is set to 250 characters. If I extend the field size horizontally in crystal Report my other field will go … | |
hello anybody know how can i make a search button?? im having a problem on the syntax or coding i need, i mean, for example if i put a word on a textbox(txtUN), then i click on the cmdbutton(cmdSearch) it will retrieve all info about the data that is been … | |
hi Let me start with a little introduction of myself,am murray an undergraduate of computer science, am in my final year and i need to write a project for this award. In a nutshell what am saying is that i need about three project titles and its reference. And the … | |
when user selects a cell, I want to highlight the whole row, how do I do this? | |
hi all, i am sivakumar from india. i am basically a mechanical background working in a software company. i am in a position to learn visual basic, visual c++ stuffs. i want some basic tutorials on programming visual basic. thanks sivakumar | |
Hi Guys, I have completed a vb6 application that uses sql2000 database. I have sql client installed on my pc. I want to install the application on a machine that does not have sql on it. Will it work or do I need to install sql on the clients machine. … | |
How many tables we can create in a single MS Access database ? I m going for a multiuser project . I dont know how many tables I will have to make. | |
I'm trying to determine if the data in a string field is found in a list of possible strings. It needs to be an exact match. I can use a bunch of 'If' statements obviously, but is there a better way to search for a match, and then keep a … | |
In the first column of my grid I don't want any lines between the rows(in the other columns I do want them) How can I do this? | |
Here is my code, it works when I leave away the line in bold, I can't figure out what's wrong with my line in bold, I've been checking my database so many times already, can you help me [QUOTE]With gridMieter .Cols = 5 .TextMatrix(0, 0) = "Frist_id" .TextMatrix(0, 1) = … | |
I'm an aprentice to VB,but have a little knowledge and interested in doing experiments. What i want to know is,how to get the time difference? text1.text includes the 1st updated time and text2.text includes the 2nd updated time.text3.text must be the difference between two times. please teach me to do … | |
Hi Guys, I am a newbie and need some help. Is it possible to extend the message box functions to include buton "Yes to all and "no to all" in vb6 Kind regards | |
hello every1, it really makes my mind :confused: about converting sytaxes especially when converting DAO coding to ADO.. for example in making a Login form, usually you can see sample Login form in the net, but most of them is made of DAO, and i cant use DAO ,since im … | |
Greetings! Anybody know how to save database file into a text file. What i mean to say my program works fine to save data into a MS Access database file. I'm trying to save this file also into a text file ".txt". And also, how to extract or open this … | |
I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first … | |
I am trying Ms flex Grid attached with combo box. Can anyone give me source or soloution. | |
Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You. | |
Visual Basic coding for excel database - am tearing my hair out! I am trying to build a database in Excel 2002 / Windows XP. I have 5 columns starting from row B they are as follows.. TITLE/ PUBLISHER / YEAR OF PUBLICATION /DATA TYPE /ELECTRONIC /HARDCOPY /DESCRIPTION /WEB LOCATION/NETWORK … |
The End.