2,951 Posted Topics
Re: What about using only one look up table per application. | |
Re: use ADO and find the Connecting string [URL="http://www.connectionstrings.com/"]here[/URL]. | |
Re: 1. you need to declare the variable as public in a module (.bas file). 2.timers are not visible at runtime ,so what is the problem. 3.right click on project ans add module. it has no UI but only code window. 4.what is the problem with MDI ? 5. that should … | |
Re: You can delete those files by using the DOS command. DEL *.TMP That can be executed from VB. | |
Re: You need to learn for basics first instead of going for certifications. Certifications will definately add some weitage but that is not compulsary. | |
Re: you need to store the todo list in the database .fetch the same as per date of dtipicker and display. | |
Re: you need to convert the file to previous format from database menu. But you can't make any changes to the database after conversion to previous version. your problem will be solved. | |
Re: you want all the source code that to for free !!! | |
| |
Re: in oracle int is a sub type of number.so it has the same precision and scale as number. NUMBER(38,-127) | |
Re: create two tables and link them by using primay key and foreign key. | |
Re: From your post i am not sure what exactly is your problem. | |
Re: This one is one of the best in the business. | |
Re: If you are trying to just call the exe then use the SHELL function. | |
Re: you need to use MS word library for all that. | |
Re: that is because your loop is not executing at all. Try to run the code in the timer_timer event | |
Re: Have you connected the ADODC control tot he database and the grid to the ADO contol by selecting from the propeties. | |
Re: donot use DATE as a field name ,that is a datatype in database . | |
Re: Always there are differnet ways of doing the same job in hand. Every method has its own pros and cons. That is upto you what you would like to choose. | |
Re: you just need to write a simple loop by using an array and some string functions. | |
Re: you need to update the third field by concatinating field1 and field2 | |
Re: i do not open each and every file i come across in net ,sorry . | |
Re: may i know how can i help you. but do not expect me to write any code for you . | |
Re: I think you heard of that recently. I have that component with me for years now. | |
Re: your question isnot clear. what do you mean by [b]create an oracle code database in vb6[/b].are you trying to connect vb 6.0 to oracle database ? | |
Re: you need not use bind variables for that. just try to use as suggested in the previous post. | |
Re: flexgrid for dataentry ? why so ? what is the use of textbox then ? | |
Re: you can't assign a value to the dtpicker control. You can only read a value from the control,infact you can change other properties like mindate and maxdate.But value is a readonly property of the control. | |
Re: you need to use excel library for the purpose. | |
Re: you need to use RECORDSET object for fetching data from database and display in form. | |
Re: What is the problem you need to store the values in a variable. No need to sue second textbox. | |
Re: you need to code the text_change event of the textbox. and calculate the length. once length reaches the desired length set focus on to the next control. | |
Re: I THINK YOU NEED TO USE form2.text1.text=text1.text not the other way | |
Re: make the field as primay key or add a unique constraint on the field or define a composit key. | |
Re: so what is your problem ? any errror with your code ? i think this question should have been in the .NET forum not here in the traditional VB forum. | |
Re: Google is your best friend, use that to maximum extend. | |
Re: here no one waits for anyones questions to reply. all those who help other s are volunters and are not and can't be forced to reply to any questions, and all those who viewed your question are not necessarily experts or have any knowledge about what youa re asking. | |
Re: you might to to use some of the compressing/de-compressing agent components for that. | |
Re: you just need to follow the wizard. do not forget to add the database file also along with the package. | |
Re: please find related discussions [URL="http://bytes.com/forum/thread641548.html"]here[/URL] and [URL="http://bytes.com/forum/thread641546.html"]here[/URL]. | |
Re: Try using this [code=vb] con.begintrans 'con--adodb connection obejct con.execute "insert statment of data selected from oracle database" con.committrans [/code] | |
Re: use this for system IP [B] msgbox winsock1.LocalIP [/B] |
The End.