Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K

9 Posted Topics

Member Avatar for tmani_85

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; …

Member Avatar for rch1231
0
191
Member Avatar for tmani_85

How to prevent multiple instances running when Application.Restart() is given in vb.net() form.. Thanks in advance...

Member Avatar for stephen lowry
0
104
Member Avatar for mainak001

[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 …

Member Avatar for mainak001
0
300
Member Avatar for herms14

[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 …

Member Avatar for c0deFr3aK
0
1K
Member Avatar for millanskie

[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 …

Member Avatar for waynespangler
0
160
Member Avatar for millanskie
Member Avatar for tmani_85
0
164
Member Avatar for manal

[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 …

Member Avatar for manal
0
175
Member Avatar for tmani_85

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 …

Member Avatar for tmani_85
0
2K
Member Avatar for newbie_here

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.

Member Avatar for Ramy Mahrous
0
151

The End.