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

12 Posted Topics

Member Avatar for akuvidz

hi.. i'm new in using j2me,, and currently i'm using eclipse to build the j2me.. and i'm using mysql for the database, how do i connect them? and how can i retrieve the data from the database?

Member Avatar for peter_budo
0
161
Member Avatar for Jx_Man

hi,, i wanna ask u,, why couldn't i put this code [CODE]Me.Bengkel1DataSet.Fill(Me.Bengkel1DataSet.Staff)[/CODE] the Me.Bengkel1Dataset.Fill say that Fill is not a member of Bengkel1.. what do i supposed to do,,

Member Avatar for anuj6928
1
21K
Member Avatar for akuvidz

why does my jquery didnt shown? this is my header code, i'm using CI to code it. <html> <meta charset="utf-8"> <head> <link rel="stylesheet" type="text/css" href="<?=base_url()?>assets/css/style1.css"> <link rel="stylesheet" type="text/css" href="<?=base_url()?>assets/css/jquery-ui-1.8.23.custom.css"> <script src="<?=base_url()?>assets/js/jquery-1.8.1.js"></script> <script src="<?=base_url()?>assets/js/jquery.js"></script> <script src="<?=base_url()?>assets/js/jquery-1.8.0.min.js"></script> <script type="text/javascript"> $(function() { $("#tabs").tabs(); }); </script> </head> <title><?php echo $title?></title> <body class="colAbs"> <div id="header"></div> …

Member Avatar for brandonrunyon
0
132
Member Avatar for akuvidz

I need help on my update statement, the condition is , i have to update the status . the table name is leave_request , it contain leave_req_id, date_applied,emp_id,leave_type_id,leave_period_id,leave_status and the default for leave_status is 'Pending' the problem is, choose approve, and on the database should change the leave_status into 'Approve' …

Member Avatar for BitBlt
0
174
Member Avatar for akuvidz

arent those two the same function? and i want to ask, can i use 2 query statement in 1 while? `while($row = mysql_fetch_array($result))` i want to add another one beside that, it will be like this `while($row = mysql_fetch_array($result) && $row1 = mysql_fetch_array($result1))` is it valid?

Member Avatar for Member #120589
0
199
Member Avatar for akuvidz

as the thread name $query2= "alter table employee_leave_quota auto_increment= LAST_INSERT_ID()"; That is my query to reset auto_increment in my table, but it show error.. anybody know how to do it?

Member Avatar for pritaeas
0
172
Member Avatar for akuvidz

i have problem with my code, it didn't say any error but it wont receive a data from the textfield.. is there something wrong with my code? here is the code.. <?php include('config.php'); $email=$_REQUEST['email']; $sql ="SELECT * from employee where emp_work_email = '$email'"; $hasil=mysql_query($sql) or die("E-mail is invalid".mysql_error()); $data=mysql_fetch_array($hasil); $sql1 …

Member Avatar for jayan.bee
0
154
Member Avatar for akuvidz

i got this warning from my j2me code that try to connecto to database using php and httpconnection,, > Warning: To avoid potential deadlock, operations that may block, such as networking, should be performed in a different thread than the commandAction() handler. pls help..

Member Avatar for akuvidz
0
217
Member Avatar for akuvidz

how do i call a screen from the selected list? package PSM; import javax.microedition.lcdui.*; public class adminPage extends List implements CommandListener { private Display display; private Command exit; private String[] menu = {"Add Leave Type","Employee Leave Request", "Assign Leave","Show Leave Summary","Change Password"}; private Screen[] screen; public adminPage(Login midlet,Display display){ super("Admin …

0
64
Member Avatar for akuvidz

what is wrong with my code ? package PSM; import javax.microedition.lcdui.*; import javax.microedition.io.*; import java.io.*; public class LoginGUI extends Form implements ItemStateListener,ItemCommandListener,CommandListener { private Display display; private Command exit,save; private Login midlet; private StringItem login; private TextField username,password; public LoginGUI(Login midlet, Display display) { // TODO Auto-generated constructor stub super("Login …

0
69
Member Avatar for akuvidz

i have a problem with editing data in datagridview in vb.net 2005 ,, can anybody give the full code for that!! i appreciate your help..

Member Avatar for akuvidz
0
126
Member Avatar for riddhi_k
Member Avatar for akuvidz
0
2K

The End.