Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~2K People Reached
About Me

Lead Developer [C#, ASP.NET, SQL Server].

PC Specs
Pentium 4 2 GHz. with 2 GB RAM.
Favorite Tags
Member Avatar for TheDocterd

Hi Experts ;) I'm having trouble exporting data to my database in sql server 2005. Can anyone help me perhaps? The data I want is located in text files (holds personnel time management data), so what I would like to do is import that data to sql server but the …

Member Avatar for TheDocterd
0
303
Member Avatar for procomp65

Hi I have written a windows forms application that connects tosql server compact3.5 database. I store my usernames and passwords in the database. If I delete a username in the database via the application it does delete it, but I have to close the application and restart it, otherwise you …

Member Avatar for procomp65
0
110
Member Avatar for ladyclark

Hello, I am trying to debug a simple hello world program [CODE]namespace TestProject { public partial class frmMain : Form { public frmMain() { InitializeComponent(); } /// <summary> /// Function to create Message Box with /// with text "Hello World" /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void …

Member Avatar for nssltd
0
108
Member Avatar for chupoi

Hi there, I'm trying to get a listbox to display selected items from multiple combo boxes in a single line. Currently I have two combo boxes and I would to have their selections displayed in a single line inside my listbox with a press of a button im using listbox.items.add(combobox1.selecteditem); …

Member Avatar for rpk2006
0
77
Member Avatar for subhankar02dey

I have an image and a listbox when i click the first item of the listbox and then click on the image, I need to print a red dot on whenever I click on the image. and also get the co ordinate of the point. BUt now, I want to …

Member Avatar for rpk2006
0
86
Member Avatar for IDC_Sharp

first, soory about my english. now: Form1 = ListView + Button Form2 = TextBox + Button Form1 Button = Open Form2 now, i want when i get into Form2 i will write somthing in the TextBox, Click on the button and when i Click on the button The listView in …

Member Avatar for rpk2006
0
92
Member Avatar for jlininger

Hi I am new to the programming world . I took a certification course for my MCTS .net I passed one of two certs for MS. But even though i undersatnd syntax i don't get coding in its entirity. I don't want to see that my time and money went …

Member Avatar for Diamonddrake
0
97
Member Avatar for babbu

Is running an update query better or making changes in a datatable and updating them later a better option. And how do we determine which is the better option?

Member Avatar for rpk2006
0
84
Member Avatar for LONGWAY

Hi, I need to write a php code that search from multiple tables and here is the problem: $query = "SELECT * FROM table1, table2, table3, table4 WHERE $kategorija LIKE '%".$kriterium."%'"; The results that were given were multiplicated (hundreds copies of the same data). I am new and can somebody …

Member Avatar for rpk2006
0
138
Member Avatar for s.butler1

I'm trying to teach myself a bit more php/mysql so that I can implement better usability on my osCommerce site. I've set up a bit of space on the web server and the db server so that I can play about with stuff and I'm close to doing what I …

Member Avatar for s.butler1
0
117
Member Avatar for mayank.dyl

Is it possible to store images in oracle db, if yes then what will be the data type of the field.? Please illustrate with example....thanx a lot.

Member Avatar for rpk2006
0
131
Member Avatar for tyson.crouch

Hey guys, In my DB, i've got appointments set, and i need to select all appointments which are an hour or less away. For example i want to do something to the following (Dont worry, i know this wont work as is) [CODE]SELECT * FROM timetable WHERE time has one …

Member Avatar for rpk2006
0
80
Member Avatar for orcaraheel

<?php mysql_select_db($database_boss, $boss); $button = $_POST['button']; $quantity = $_POST['quantity']; $proid = $_GET['proid']; $result2 = "UPDATE productorder SET Product_quantity = '$quantity' WHERE proid = '$proid'"; mysql_query($result2); ?>

Member Avatar for rpk2006
0
107
Member Avatar for raybolio

Hi! I'm working on an application that only sits in the notification area and keeps track of time. At certain intervals, it will notify the user. It also has a form, with which the user can configure and see the time etc. When the form is closed with the little …

Member Avatar for raybolio
0
144
Member Avatar for TheDocterd

Hi there I have a database with uhm lets say for now 4 tables inside it. The tables are each an individuals job data. It concists of data such as office routines, blah blah blah.. Now when the user logs in it displays the current logged in users name. Then …

Member Avatar for rpk2006
0
89
Member Avatar for rpk2006

I have a Sub Routine as below: Private Sub SaveRecord() Call InsertIntoTable1 Call InsertIntoTable2 Call InsertIntoTable3 Call InsertIntoTable4 End Sub I want to use the transaction object in such a way that it starts just before the first Insert Call and ends after the last Insert Call. The situation is …

Member Avatar for MattWilkinson
0
79