... no messages...it looks like nothing happens at all.
The X log doesn't show anything except that the last line:
"SetClientVersion: 0 9"
seems to be missing when booting fails.
Another thing I discovered: the keybpard hangs as well, but I can ping to the machine (from my XP client) and the...
Hi,
I have Mandriva installed on an IBM. Everything works fine, but somehow it locks every night.
When I look in the morning, I only see a black screen. The keyboard is locked as well.
I cannot find any information in logfiles. It looks like the machine just hangs.
When I start the machin it...
The "Staff" can be any name. It is just the name that you give to the data that you put in your Dataset.
It could as well be:
da.Fill(dt,"Endoplasmatic_Reticulum")
dgToolhistory.SetDataBinding(dt, "Endoplasmatic_Reticulum")
a dataset can contain more than one "views"... the name has nothing to...
I think only setting the datasource like this is not enough.
I assume we are talking about windows forms, not web forms.
Instead of
da.Fill(dt)
DGtoolhistory.DataSource = dt
Try:
da.Fill(dt,"Staff")
dgToolhistory.SetDataBinding(dt, "Staff")
MCAD(2004)
Hi,
I had similar problems with the layout of some controls. To see the changes I had to restart Visual Studio (2003) everytime I changed the look of a control.
Because my computer was a big mess, and slower everyday, I did a complete reinstall. That solved the problem.
I am not saying you need...
Some strange things happen. At this moment I am able to update the data using ADO.NET. Thatis something new! I don't know what I did wrong in the past, but it works now.
(maybe I used the OleDb class instead of the sqlClient, I don't know).
Thanks for thinking with me mrdenny.
One problem...
I use the same login: sa, with the same password.
I did find out something interesting today. Maybe somebody can help me further knowing this:
I always try to connect remotely using ADO or with a Ms Access ADP-file. Today I made an ODBC connection ... it worked! I was able to update the data...
Hi,
The message I get is ...unfortunately in dutch. Translated it says: the recordset cannot be updates. I am admin. I checked if the filegroup was readonly, it is not.
The strange thing is that this messages only apears when I try to connect to the database remotely. If I try it on the server...
Hi.
I installed SQL 2005 express, and I can only look at data. Whenever I try to do an update, the systems says the data is readonly.
I do have adminitrator rights, the database files are not read only.
Is there anyone that knows how to solve this problem?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.