No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
[code] String query = @"Insert ImagesStore(OriginalPath,ImageData) Values ('" + txtImagePath.Text + "','" + pictureBox1.ImageLocation + "')"; [/code] err try that
Good day everyone! I'm still a noob with C#.NET so patience pls! :) I'm making a Windows Forms Application with a database from MS SQL 2005 Express. I want to transfer this projects with the database to another pc. What should I do? Should I transfer the database (.mdf and …
Is it possible to edit the contents of fields after a select statemen? For example, I have a table Person (Id int, Username varchar(50)). Most of the rows in Username has the format of, say for example, aaa_01, bbb_02. I want to select this usernames with the underscores and the …
Hi all, I am designing a website using div tags, however when I zoom my website the layout distorts. How can I fix this problem?
Hi guys. Here's my problem. I have a Windows Form application which connects to a mysql database by using ODBC Driver. It works fine on localhost. Now what I intend to do is to connect this application to a mysql database that is in a hosting provider's mysql server. I …
Hi guys, I'm still a newbie in javascript so i ask for a bit of your patience. hehe. So here is my problem with showmodaldialog. It only occurs in IE. I basically have 2 php pages. One is produst_list.php, and the other is quantify.php. product_list.php basically calls the quantify.php page …
Hello I'm a bit new in C#. Are you trying to get the values simultaneously? How about saving them first in a database? Or using constructors per page until you reach the final page?
Hi guys, mysql noob here. :) So here's my problem. I have 2 tables, Order(order_id,product_id) and Product(product_id,product_name). For one order, I can have many products. So my question is how can I auto increment order_id? When I insert multiple products in the order table, it generates an order_id for each …
I have two php files. index.php [code] <html> <head> <script type="text/javascript"> function openG() { window.showModalDialog('profile.php'); } </script> </head> <body> <input type="button" value="Press" onClick="openG()"/> <?php extract($_GET); if(isset($yes)) echo $yes; ?> </body> </html> [/code] and a profile.php file [code] <html> <head> <script type="text/javascript"> function woot() { window.close(); } </script> </head> <body> <form …
I have a table and I want to start the select with the 20th row. How do I do this? Does conditionals work on "limit"
DELETE FROM table_name WHERE checkbox = checked?
Hi all, I'm not sure whether I should post this topic here because its about sql but since I'm working on C#, I figured people here would know. What do you think is better/What would you prefer, a disconnected or a connected model? And also, is it possible to execute …
I'm not familiar with the other codes but since this is mysql forums, I think you have a problem in your query. [code] select * from user where username=" + retAdminBean.username+" and password="+ retAdminBean.pass1");[/code] I think that could work
DdoubleD's post, i think is what you really needed. But I think this is what you are looking for [code] //SP Form public string x; public string y; public class SP : Form { Form1 form = new Form1(x,y); form.Show(); } //Form1 string x,y; public Form1(string x, string y) { …
Good day to everyone. I am a student who is a new to .Net. I am about to have a project which would probably involve flash and c#. I just want to learn the basic passing of variable from flash to c#. This project would involve a test or assessment …
The End.
ds2r