2,951 Posted Topics
| |
Re: This thread should have been in Visual Basic 4/5/6 section of the forum. | |
Re: try calculate length of text in change event and set focus to next textbox | |
Re: at command prompt type [B]exp help=y[/B] you will get the list of parameters for export . repeat the same for import with keyword [B]imp[/B] | |
Re: if you are using oracle 9i then use EXP to export and IMP to import. you can use EXPDP/IMPDM for the same in 10g onwards. | |
Re: try to resize the datareport or change the setting of the default printer | |
Re: what have you tried so far to solve your homework. | |
Re: if everything is stored in databaase tables then simply run a search using where clause and by passing the username and password. | |
Re: if you are looking for the connection string find that at [B][url]www.connectionstrings.com[/url][/B] | |
Re: No need to re invent the wheel this feature is inbuilt to VB 6.0. Just add an About Dialog from the Add form option .It comes woth a OK button. it comes with all the code. Just try once. | |
Re: You need to handle the keystrokes in the Keypress/keydown event of the control. | |
Re: please post your question clearly. | |
Re: you need to handle that form your application | |
| |
Re: but i am getting 7, how come you are getting 3 ? [code=oracle] DECLARE number1 NUMBER; number2 NUMBER; number3 NUMBER; BEGIN number1 := 5; number2 := -2; number3 := number1 - number2; dbms_output.put_line(number3); END; [/code] | |
Re: [QUOTE=Aravindasrat;748517]please find this code and inform about me. [/QUOTE] why don't you find that yourself . | |
Re: what have you tried till date. i do not open all the attachments that i come across in net . | |
Re: what did google say ? have you tried for that option ? | |
Re: Just use upper as suggested in the previous post. | |
Re: do you store the order datatime as well ? | |
Re: what are you expecting ,complete code with ready to use setup ? | |
| |
| |
Re: What did google say ? Have you tried for that option ? | |
Re: what is the use of the for loop ? | |
Re: Please find a related article [URL="http://bytes.com/forum/thread641546.html"]here[/URL]. the code is for access . You just need to change the connection string for SQL Server. | |
Re: why using same alias for the table name and column name ? | |
Re: i hope you have read [URL="http://www.daniweb.com/forums/announcement4-2.html"]this[/URL]. | |
| |
Re: i think you are missing something in this line [code]Set mobjPrm = mobjCmd.CreateParameter("ID", adInteger, adParamInput, Chain_maxTempShare(1)) [/code] are you getting any error message ? | |
Re: you are using combobox or datacombo ? | |
Re: how you stired thai language is sql server ? | |
Re: how are you passing data to application ? what are the controls you are using ? is it VB 6.0 ? | |
Re: 1.compile the dll. 2.copy the dll to system32 folder 3.register the component with windows using REGSVER32. 4.Then call the dll from vb from Project--references menu. | |
Re: can you please pass more information. | |
Re: you need to use API function or that purpose. | |
Re: i think the connection string is already available [URL="http://www.connectionstrings.com"]here[/URL] and the rest VB part is same for all databases. | |
Re: what exactly is the problem that you are facing ? | |
Re: what sort of the encryption and decryption you are trying to achieve and for what purpose. simple encryption and decryption can be done by using some string functions. | |
Re: if you want to restrict duplicate entry into databse table then 1.make the field a primary key 2.use COUN() to findout if the entry already existins in database before inserting into database. Allow to insert only if count returns 0 if you want to populate the control with unique values … | |
Re: please find some related articles [URL="http://bytes.com/forum/thread724451.html"]here[/URL] and [URL="http://bytes.com/forum/thread726143.html"]here[/URL]. | |
| |
Re: That is Oracle. You can easily find a lot of material online by spending some quality time in web searching. | |
Re: you need to use DECIMAL in place of DOUBLE for the variable data type. |
The End.