2,951 Posted Topics
Re: Hi manu welcome abord. you can post your questions / doubts in the specific forum and definately experts of the forum will help you in solving your problem. | |
Re: You need to close the conection before taking backup . | |
Re: Can you kindly specify what exactly you want to do . | |
Re: May his soul rest in peace. | |
Re: can you please pass few more hints what exactly u want to do and what is the errror message taht you are getting. | |
Re: it seems to be a problem with the ssyustem file getting corrupted. You need to restall VB. you can try to copy th efile from another system and over write in your system, register it with windows by using REGSVR32 key if required. | |
Re: if the problem persists even after rebooting the system, it might be because of some eror in the registry or some system fiels are corrupted. Better to uninstall and install VB | |
Re: As suggested by Manoharan you can execute any command from VB . just use connection.execute with the sql u want to execute. | |
Re: Experts are here to help you but not do your home work. To get any help you need to post how / what y have done to solve your problem with code. and again your questions is a bit confusing. can u please clarify what do ypu mean by [B]i … | |
Re: Do you wish to add the application to your systems tray ? | |
Re: Please post your question clearly , what exactly is your requirment. | |
Re: Hi TryUsOut We are please to have you here . Welcome abord. | |
| |
Re: It is not compulsary to write the values in the list property of the combobox. You can also fill that dynamically at run time.. | |
Re: You need to join the tables in the quert to get desired outout. | |
Re: No 51 . My company blocking the page from the server under the catagory "Steaming Media". | |
Re: Are you printing from the same system on which your code resides. | |
Re: Those kind of things are spread abundantly over the net. You can easily find them by little web searching. | |
Re: i would like to know what is the database that is being used at the backend, i guess it is oracle. | |
Re: use the predefined function HEX() and OCT() for the purpose. | |
Re: check fot the number of parameters that is required to call the priocedure and pass them as required. | |
Re: Pllease specify your requirment clearly. Do u want to load the data of all the three columns into a single listbox. or you want only to display the records, in that case u can use any grid control. | |
Re: Youare talking of VB 5 in tha age of .NET 2005. I dont think any one would be still using that. If u want to update the project you can yse VB 6.0 instead. And again VB 6.0 might also be desupported by microsoft by this year end. | |
Re: simply in laymans language DDL files are supporting files for EXE files. | |
Re: I work as a senior software engineer in a MNC. Basically my job profile includes designing the database and the objects there off using SQL and PL/SQL. | |
Re: After all the fight between both of you ,why not also post some RDO code. That can help a some users. | |
Re: Hi Manitou welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how … | |
Re: Hi rickyfish welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how … | |
Re: Hi ita-yishunss welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how … | |
Re: Hi mashliner welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how … | |
Re: oh god that is the funniest think i have ever heard any one trying in my entire carrier. dear EXE file are not created like you have tried(smart try) .You need to write some code and compile it to make an Executable. someday you will also learn that. | |
Re: your question is too much theoritical,it is beyond the scope of this discussion to explain all that here. You can find details of all that in the above mentioned site or by any good book or material or by little web searching. | |
Re: thats OK ,but u have mentiond only PK ,what about foreign keys . you have not mentioned how are you maintaining ralations. | |
Re: it would be better to store the tags in a separate table and maintain relationship by tagid or somthing that is more suitable according to the condition. | |
Re: Tool tip text is designed to be display when the couse moves on that particular control not on the got focus event. | |
Re: Of course I am with you for the first line. | |
Re: try to use the microsoft commondialog control and use SHOWOPEN method to open any file and display the same in any picture box or any richtextbox. | |
Re: What exactly you are trying to develop. What are the assets for the project that you are going to consider ? You need to pass few more informations before any one can help / guide you on that. | |
Re: include the web browser component from components and then try for that. | |
Re: [CODE=vb] Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Command1_Click() con.Open "Provider=MSDAORA.1;Password=tiger;User ID=scott;Data Source=debasis;Persist Security Info=True" rs.Open Text1.Text, con, adOpenForwardOnly, adLockOptimistic Dim str As String If Dir("c:\data.txt") <> "" Then Kill "c:\data.txt" End If Open "c:\DATA.TXT" For Append As #1 Do While rs.EOF = False For … | |
Re: can you please specify what exactly you mean by import background music. From where you want to do that. Please pass on more information. |
The End.