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
~1K People Reached
About Me

2nd Year ICT Student

Favorite Tags
Member Avatar for Renzokouken_22

[CODE] Private Sub Form_Load() With db .Provider = "Microsoft.Jet.OLEDB.4.0" .Mode = adModeReadWrite .Open (App.Path & "\DBAddress.mdb") End With End Sub[/CODE] Guys that's my code and I think that code contains no error. What's happening is that when I'm starting to execute the code. It shows a Run Time Error: Could …

Member Avatar for opspl_programme
0
220
Member Avatar for Renzokouken_22

 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\xampp\htdocs\plaincart\library\config.php:1) in D:\xampp\htdocs\plaincart\library\config.php on line 7 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\xampp\htdocs\plaincart\library\config.php:1) in D:\xampp\htdocs\plaincart\library\config.php on line 7 Hello guys.. Above are the errors that …

Member Avatar for Renzokouken_22
0
228
Member Avatar for Renzokouken_22

Hi guys.. I want to learn Ruby on Rails.. Actually I already have a Computer Based Training CD in Ruby on Rails by Lynda.com.. But I'm having a hard time in deploying the requirement 'coz in the training video the speaker is working on Mac OS.. But I'm using Windows.. …

Member Avatar for Renzokouken_22
0
187
Member Avatar for Renzokouken_22

Guys can you help me out how to differentiate the following website type: (1) webbed (2) broad (3) hierarchical (4) deep I'm trying to search out for this type of website in search engines but until now.. . I can't find it... Guys please help me out in this one... …

Member Avatar for Renzokouken_22
0
108
Member Avatar for Renzokouken_22

Guys We have a project.. . Its' a sales and inventory system.. . My question is can PHP and Java plus MySQL.. Work together.. PHP obviously runs in a web browser. But I wanted also the java program to run also in the web browser, can I also run the …

Member Avatar for digital-ether
0
88
Member Avatar for Renzokouken_22

[INDENT][COLOR="Green"]Guys, we are doing a project in our assembly language subject, and it's a miniature stoplgiht project using the printer port as a power source... Can you please help us what syntax should we use in our project... And also can you give some url,e-books where we can learn how …

Member Avatar for ithelp
0
73
Member Avatar for Renzokouken_22

[code] import java.awt.*; import java.awt.Event.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.sql.*; import javax.swing.*; public class UpdateRecord implements ActionListener { private ScrollingPanel fields; private JTextArea output; private Connection connection; public UpdateRecord(Connection c, ScrollingPanel f, JTextArea o) { connection = c; fields = f; output = o; } public void actionPerformed(ActionEvent e) …

Member Avatar for ~s.o.s~
0
75
Member Avatar for genocide
Re: Jdbc

hello guys... just wanna ask.. how to connect in mySQL? thanks!

Member Avatar for schoolsoluction
0
112
Member Avatar for Renzokouken_22

import java.sql.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; public class DisplayQueryResults extends JFrame { private Connection connection; private Statement statement; private ResultSet resultSet; private ResultSetMetaData rsMetaData; private JTable table; private JTextArea inputQuery; private JButton submitQuery; public DisplayQueryResults() { super( "Enter Query.Click Submit to See Results." ); String url …

Member Avatar for iamthwee
0
220
Member Avatar for Renzokouken_22

Guys... Can You Give Me Some Sources/Links/e-Books On How Can I Use mySQL in my Java Application... Because We Will Have A Project In Our Object Oriented Programming Subject... Please Help Me... I Really Want To Pass In This Subject...

Member Avatar for peter_budo
0
93