- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Im currently working on a project to build an application for Windows Mobile 6. Im just stuck with this stupid issue: I have a SQL query string: Dim connectionString2 As String = "Data source = " + path + "\HC.sdf" Dim cmdText2 = "SELECT * FROM BigC_Rangsit_0_" I want to …
u dont even have to create an object of the form. just form2.show() if your calling it from another form and Me.show() if your calling itself.
Ur Problem is pretty simple. This is what you have to do: When the ID is entered inot the textbox im assuming that it is saved in ur database in some column. Your items in the Combobox have to be databound with the column that contains the ID's in the …
Doing a small project in which data from warranty cards are entered into a database ie. warranty card number, salesman name and ID, etc etc......after all the data has been entered into the database I need to check and see if there are any duplicate warranty card numbers in the …
I have converted around 395 Excel survey forms to MS SQl database with that many tables. Well, I run a script to assign a primary key on all the tables on my database.First I set the column property to NOT NULL and then i assign the primary key to it. …
OMG why so much of work [code] int arr[5] int hig int low high = arr[0] for (i=1;i<5;i++) { if ( arr[i] > high) high = arr[i] } console.writeline(high); [/code] Thats it.
Im havin a heck of a problem. I have a database with 800 tables. All the tables are the same with the same fields. Each table is a survey form. My table structure is as follows: FPC_Code | FPC_Product | Price | oos | osd the above sturucture is the …
Writing programs for smart devices are the same as writing programs for any desktop application in VB. The only difference is that you have to download the SDK for the OS (Windows mobile 5,6 Professional , Standard etc..) which can be got from the microsoft site. another important thing is …
I have a huge database with around 250 tables. But all the tables are the same ie. they all have all the same columns. These are survery forms from different stores and thats why they all have the same schema. When i converted all these files from excel sheets into …
Hi I am currently workin as a software Manager in bangkok <snip plug>. I develop web applications in PHP and also web desgin and graphic design. I have decent command over VB C# , basically the .NET framework.
Or while uploading it using an FTP client just right click on the folder or file and go to properties. There change the access levels by just typing in the code eg: 777 etc.... ps: do this to the files already on the server
USE DataGridView and bind the grid with a datasource . first create a new datasource with the table you want to populate in the grid and then populate the grid with that datasource.....The datagridview has an option to make the datagrid editable. No Code required just a good idea of …
You cannot bind one list box to 2 data items. You will have to use two listboxes.
The End.
isaackhazi