aa Programming Computer Science by zangazanga DS Re: Can Save Data but Unable to view unless restart application. Programming Software Development by Evil03 ds.Tables("counselling").Rows.Add(dsnewrow) da.Update(ds, "counselling") MsgBox("New Record Added!") Endclass ********************************************** Until here is the code PLS HELP Re: No given for required parameters Programming Software Development by baker4 ds is the dataset as I have defined it as Dim ds As New DataSet I think the value is the surname which I type into a textbox. Re: Bound combobox keeping old index value Programming Software Development by kindofsudden ds.clear did the trick. Thanks! Re: id number already exist Programming Software Development by Pgmer ds.tables("employees").row(0).item("id") only one row ur checking? Cant u validate at the back end? by just sending ur employee id as parameter? Re: A DataSet merge question... Programming Web Development by chan_lemo ds.Tables(0).Merge(ds.Tables(1)) if you want to full source code , go throught he follwonh link. [url]http://vb.net-informations.com/dataset/dataset-merge-tables-sqlserver.htm[/url] lemo. Re: what do you think to the psp Community Center Geeks' Lounge by jbennet ds sucks get a pda but not a palm (and no im not flaming, i have a palm too and i hate it) Re: check if datatable is empty Programming Software Development by janet_ss ds.tables(0).rows.count janet. Re: decimal to binary conversion Programming Software Development by jonsca DS, I completely agree. I was attempting to help the OP in the context of his assignment. I wasn't sure what if any restrictions were in place but I made some assumptions. Re: computer will not let me update my antivirus Hardware and Software Information Security by jmainzer DS (Ver_10-03-17.01) - NTFSx86 Run by phil at 21:59:06.48 on 20/09/2010 Internet Explorer: 6.0.2900.2180 BrowserJavaVersion: 1.6.0_19 Microsoft Windows XP Home Edition 5.1.2600.2.1252.44.1033.18.1022.474 [GMT 1:00] ============== Running Processes =============== C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost -k DcomLaunch … Happy 100 millionth birthday, Nintendo DS Community Center by newsguy Amazingly, the 100 millionth Nintendo DS handheld video gaming console has been shipped. Since the original Nintendo DS launched way back in 2005, at least here in Europe, it has pretty much dominated the handheld market despite strong competition from Sony with the PSP. Nintendo tell me that, as of the end of December 2008, there were some 83 … The X-rated Nintendo DS Community Center by happygeek My youngest daughter got a Nintendo DS for xmas, complete with a bunch of cutesy games which seem to involve patting animals of various kinds. It is, of course, pink. Which has kind of summed up the DS, a handheld games console for the family which is all cuddly and inoffensive. All that is about to change as the DS goes X-rated. Yes, it is true… ds Cache Cleaner causing problem Hardware and Software Microsoft Windows by Whilliam Hi. I've been having this problem for 1 or 2 weeks now. Everytime I start my computer, 1 minute after it reaches the desktop, it hangs. First and second time this happened, I used that 1 minute to quickly go to system restore. I though it solved the problem but it only got worst. I tried closing processes in task manager. One thing I noticed is … Re: ds Cache Cleaner causing problem Hardware and Software Microsoft Windows by caperjack go to add and remove program and uninstall ds cache cleaner DB SQL creating da/ds Programming Software Development by applebule5 I am trying to set up a database with Students, Courses and grades. This is the main bulk of my code, I am stuck with the error below, could anybody help me? [CODE] Imports System.Data.OleDb Imports ADODB Public Class Form_Main Dim cn As OleDbConnection Dim StudentUpdateCommand As New OleDbCommand Dim CourseUpdateCommand … 8088 language DS overrides CS Programming Software Development by jzng89 I've only just began learning assembly this semester and am having a problem with my assignment. I need to write a code to display 0-9 and then A-Z on a 5x7 LED matrix on a EDS-8086 board via BGC-8088. The problem I'm having is that the Data segment (DS) overrides the Code segment (CS) every time I load the assembled file onto the board. Here is … Re: 8088 language DS overrides CS Programming Software Development by rubberman Aren't you commenting out initialization of the DS register? As far as I remember (from my last x86 assembler coding work around 1990), if you don't initialize DS, then it is set to CS. Sorry that my memory is so spotty about this. I was just looking at my old x86 User's Manual (from 1979) to refresh my memory of all this... :-) The 'No Dumb Glasses Required' Nintendo 3D DS Games Console Programming Game Development by newsguy …dork and wear those silly glasses. Unfortunately though the Nintendo 3DS, how did they come up with that name, will …URL="http://www.engadget.com/2010/03/23/nintendo-3ds-to-come-with-3d-control-stick-vibration-and-sha/"…;]reporting[/URL] that the 3DS will likely use the Sharp '[URL="http://www.… Java game making for consoles Programming Software Development by mangopearapples I've been making games for a Nintendo DS homebrew with PAlib and DevkitPro and C code for a while now but I was wondering if DS game development would be available with Java. If not the DS, what would Java be able to make games with? I know that Android uses Java but what else does? Thanks. pascal in linux text mode Programming Software Development by sacros hey there i just started learning informatics and im currently learning pascal and im liking it a lot, its my first time with programming too, only problem i have is we dont have any computer in the classroom to try the code and unfortunately i dont have a laptop or netbook :( what i do have though is a nintendo DS :D and i was wondering if, … Re: pascal in linux text mode Programming Software Development by TrustyTony Free pascal has download for nintendo ds, so there is hope: [url]http://www.freepascal.org/download.var[/url] But it is maybe cross compiler for PC like [url]http://www.freepascal.org/down2/arm/nds-ftp.freepascal.org.var[/url] Asus Xonar DS - no sound after upgrade do Windows 7 from Vista Hardware and Software Microsoft Windows by MerleOberon Hi, maybe someone would have any suggestions for above. Just to clear - I'm just average computer user who can "do" something with own device as long I have explanation given as "Problem solving for dummies". I've upgraded Windows 64 from Vista to 7 and seems everything works smoothly exept sound. I had to do "clean&… Re: Asus Xonar DS - no sound after upgrade do Windows 7 from Vista Hardware and Software Microsoft Windows by alexschafer [QUOTE=MerleOberon;1052874]Hi, maybe someone would have any suggestions for above. Just to clear - I'm just average computer user who can "do" something with own device as long I have explanation given as "Problem solving for dummies". I've upgraded Windows 64 from Vista to 7 and seems everything works smoothly exept sound. I … Nintendo rules UK, OK? Community Center by happygeek According to the latest figures to be released, it would seem that as far as gamers in the UK are concerned Nintendo is the bees knees grabbing nearly half the market. The [URL="http://www.elspa.com/"]ELSPA[/URL] numbers show that the [URL="http://www.itwire.com/content/view/22425/532/"]Wii[/URL] managed to increase game … Re: aa Programming Computer Science by rubberman Huh? What are you getting at? In Intel processor assembler code, DS represents the "Data Segment". I have no clue if that is what you are looking for. got problem in updating MS Access table in C# Programming Software Development by diya0076 // i m getting error when i update ID field of table.. all others field can be updated bt nt the field which i have used as where conditions of update command..! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.… How to use navigation button with multiple tables Programming Software Development by garyu87 Hi everyone, I am now having problem with the First,Previous,Next,Last button to retrieve data. > Public Class DailyExpenses > > Dim connection As New SqlClient.SqlConnection > Dim cmd As New SqlClient.SqlCommand > Dim da As New SqlClient.SqlDataAdapter > Dim ds As New DataSet &… Place this together for fun! MS Access update delete and save to database Programming Software Development by XEN0 A Example for OLE DB I Compiled. Put back together for fun maybe. # Someone convert this to ASP.Net plz with a splash screen. # # Required Materials # 1. a vb.net compiler(visual studio vb.net express perhaps?) 2. Libzplay dll(your search engine will help) Imports System.Data Imports ESO.libZPlay Imports … Help needed if anyone knows Programming Web Development by Riazansar dear members ! In my job i jst face this problem with one of our PHP based sites. what this script does is that asks users for some inoformation when they want to have a folder in one of our web servers. now the problem is that when they submit their information it gaves the user an ID that already is assigned to someone. I am not a programer… Reading CSV into Dataset (BES Log files) Programming Software Development by jonturlington It gives an incorrect row count and the column count only shows 1. So when I try to handle the true number of columns in the CSV file it reports an OutOfIndexRange error. Any and all help would be greatly appreciated. Example Data: [QUOTE] "Name.ID","Type of Call","Name","Phone Number","…