can't see updated value for combo box if log in from other pc

tommyboy

Active member
Joined
Jun 21, 2005
Messages
34
Programming Experience
Beginner
can't see updated value for combo bx if login from other pc[RESOLVED!!!TAHNX2MY SELF]

Hello frenz..
i hv created a program n hv succesfully add,update , delete n modify data n can display properly
in the specific combo box...
but wen i deployed it n run in other pc stil can succesfully add,update,delete n modify
except the combox box does not include the new added value...
but in the database u can see the new entries been added..
plz sumone help me..
im usin sql server2000 as backend..
n im using sql connection to feed my combo boxes....
realy appreciated if u're cld help me..:rolleyes:
 
Last edited:
thnx ManicCW,,
im not sure bot tat coz i am always clearing datasets b4 displayin in t combo box...

anyway i hv found an alternative way which is instead of sql connection i tried oledbconnection..
trust me it works as simple as tat...:cool:
 
i think my main prob arise in such case because im only displayin them even im clearing all the datasets in load form function..:rolleyes:

so if the user make any changes or not , wateva is loaded in load form wil continuesly played till form been closed...:D

i hope thius can b a better lesson for others too ;)

Anyway, thnx to you ManicCW, for keep on helpin me to clear up on certain things..
realy thnx for yer effort n time!!!:)
 
Back
Top