No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi. i have a Stored Procedure like this DELIMITER $$ DROP PROCEDURE IF EXISTS `foundation`.`TEMP_TBL` $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `TEMP_TBL`() BEGIN -- DROP TABLE IF EXISTS TEMP_TBL; DECLARE done int(10); DECLARE a,b,c,cname CHAR(26); -- DECLARE cur1 CURSOR FOR SELECT id,ccode,accname FROM account_master; DECLARE cursor1 CURSOR FOR SELECT id,ccode,accname FROM account_master; …
How to prevent multiple instances running when Application.Restart() is given in vb.net() form.. Thanks in advance...
[QUOTE=mainak001;818728]Hello, I'm writing a FTp client . It is able to handle 1 server at a time . But my requirement is to handle multiple server at same time . The Server shd be accessed and file upload download shd happen parallely. PLease help me .. If possible send some …
[QUOTE=herms14;825478]hi..I'm just a newbie programmer who needs some help. I'm trying to enter a date and save it in a mysql database. however the format in mysql is yyyy-mm-dd and the format in vb.net is mm-dd-yyyy. how can i format the date in vb in order to successfully enter it …
[QUOTE=millanskie;818672]Is it possible to change the default [B]click once[/B] installation path, I want to change the click once installation path to C:\Program Files\[program name], how can i do it? where could i find the settings for it to be able to change the default path?[/QUOTE] You can mention in the …
DirectoryInfo di = new DirectoryInfo(System.Environment.G etFolderPath(Environment.SpecialFo lder.Programs))
[QUOTE=suryarajin;818227]i have the same problem, i have check box and when checked i want the complete row to read of checked one.. can anyone help me plzzzzz[/QUOTE] you can read by using the datagridview.currentrow.cells[0] , datagridview.currentrow.cells[1].value , datagridview.currentrow.cells[2] .value .... like wise u can read the values of all the …
I am setting focus to combobox as combobox.select() in a thread by using the delegate. But only after changing the ALT+TAB to another window the combobox is getting focused. How to solve this problem... Please help me... Thanks in advance... The code is here... ============= Private Delegate Sub cmbusersetfocus() Private …
You need to store the personalinformation.id in salarydetails table. after that you need to link the personalinformation.id ane the personalinformation.id stored in salarydetails table.
The End.
tmani_85