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
~3K People Reached
Favorite Tags
Member Avatar for miss_indie

I'm modifying a code which can save an image into the database. I've changed everything that i need to change but when i click the save button the error says that i have an error in the [B]INSERT INTO statement[/B]. Here is the code: [CODE] Dim conn As New OleDbConnection(cn) …

Member Avatar for nkotbox
0
144
Member Avatar for miss_indie

Sorry for posting again. :| I'm working on this simple evaluation system for our final requirement in this subject. it's working now. my problem is I want to have an error checking ([I]if it's the right term for that[/I]). if they leave one textbox blank? the flow will be, if …

Member Avatar for rajeevbu
0
2K
Member Avatar for miss_indie

I'm having a hard time looking for a tutorial over the net on how to store sound files to access database. I'm planning to make a playlist on my application where in the user will just select the filename on a listbox and will click the play button. is this …

Member Avatar for debasisdas
0
157
Member Avatar for miss_indie

i'm working on a system that include an audio annotation for every word. I have no problem when it comes to English Pronunciation of words. I'm using this Sapi code [CODE] Dim Sapi Sapi= createobject("sapi.spvoice") sapi.speak("label1.text") [/CODE] But is there a way i can also use this code when it …

Member Avatar for miss_indie
0
82
Member Avatar for miss_indie

Gudeve. sorry for posting again. i was making a simple quiz machine with PHP and a bit of database, i made this code. [CODE]<form action="record.php" method="POST"> <tr> <td><b>Your score is: </b> <br /><input type="text" disabled="disabled" name="score" value="$total"></td> </tr> <tr> <td><b>Date: </b> <br /><input type="text" name="date"></td> <td><b>Student Id: </b> <br /><input …

Member Avatar for sudeepjd
0
101
Member Avatar for miss_indie

aww. i'm so sorry for posting again. i have so many questions. i'm so sorry. ahm. i was just wondering if my code is possible if ever i'm going to insert a remarks to my database. here is my code: [CODE]$totalg=($totala+$totalb+$totalc+$totald+$totale+$totalf)/6; if(totalg <= 5.00 && totalg >= 4.51){ $remark=Excellent;} else(totalg …

Member Avatar for miss_indie
0
102
Member Avatar for miss_indie

Aww. I'm so sorry. I've been reading topics posted here about updating database using form. but i can't seem to find my error. I want to update my database using HTML forms. where in after i click a button "Edit Record" A page containing forms will appear where i can …

Member Avatar for hielo
0
149
Member Avatar for miss_indie

Ahm. after my problem about editing and stuff. here's now another problem. i'm updating multiple data on my database i patterned the codes in my previous post and after i've done editing here's what happened: [COLOR="Green"]mysql error You have an error in your SQL syntax; check the manual that corresponds …

Member Avatar for miss_indie
0
162