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
~361 People Reached
Member Avatar for lkkkeith

I am trying to connect to db2, but there is an error "system.data.oledb.oledbexception unspecified error" and highlighted the line conn.Open() . I want to know what are the prerequisites for the connection. Or simply my code is doing wrong??? Thank you for any help. Dim Source As String Source = …

Member Avatar for pritaeas
0
60
Member Avatar for lkkkeith

I'm working on a card game with javascript and CSS but I am a complete newbie of both languages. I wanna ask whether I can make all card images as buttons and have an "overlapping" effect which looks like this [URL="http://www.crazyeights-cardgame.com/"]http://www.crazyeights-cardgame.com/[/URL] Attached is my source code but the images are …

Member Avatar for Airshow
0
134
Member Avatar for lkkkeith

I am working an assignment which is a Sports Day Enrollment system for secondary school. I have simply 3 tables: Student(Sid,class,clsNon,Sname,dob,House) Event(Eid,Ename,Grade) Enrollment(Enid,Sid,Eid) Grade(by calculating the age) A>=16 B=14-15 C<=13 But my assumption is that each student can only apply for 3 events. How can I display the corresponding events …

0
57
Member Avatar for lkkkeith

I am a newbie in pascal. I'm going to write a procedure that can convert the text inputted into the menu. ChooseOption(' Yes No '); Output: [COLOR="Red"]Yes[/COLOR] No When Down arrow key(#80) is pressed, then it go to the "No" option and change it's colour. Anyone can code this , …

Member Avatar for Duoas
0
110