Hi,
I think this will be an MS Access issue. As I remember Access by default only shows the first 10000 records of a large table. So I can imagine that it has a problem with the update-statement.
Try to set another value in default settings or use a separat connection in VBA to send the statement.
I dont know, what the problem is in VS2005, but when the two objects are of the same type, you shoud try the schemaimporterextensions, that are new in 2005. So you can map a web service object to a local one.
I hope it helps!
Is there something like an Idn-Mapping-tool helpfull (e.g. in .net 2.0) to translate the japanese characters to ascii? - because the user inputs only characters of one language! Does someone know something like that?
Hi,
I have the problem to save data of different languages in a table in MS SQL 2000.
The data is stored in one Column (nvarchar) and is connected with a foreign key to the specific language.
It contains english and japanese values with different fonts.
Is it possible to do a search over this...
I use some backgroundworker in the main form. When I delete them the events are fired, but I need some backgroundworker!
How can I use the ThreadExceptionHandler when I have a backgroundworker? The events are not fired althought the backgroundworker has finished!
Hi,
I try to catch all unmanaged exceptions in an application to send a bug report by webservice. So I implemented Application.ThreadException and AppDomain.UnhandledException. I also tried a try-catch-block at Application.Run(...). But the events are not fired.
I´m using VS 2005.
Can anybody...
Hi, sorry for the late response!
The problem is to work with the collections. The usercontrol contains a grid (or a listview) and buttons for paging. The paging fills the collection _shownCollection from _wholeCollection.
But I can not specifiy the type of the collectionitems.
Well, I did it! And it works! But I do not know if this is the best solution, but the handling is good. You have an object of type filter (in your case field) and can loop through the list with "foreach".
In my application I use a usercontrol that contains a grid and buttons for paging functionality. The user can specify how many items he wants to see per page. To use custom objects I used generic lists which contain the items. So the control contains two collections:
List<Article>...
Hi,
my experience is not as well, too - but I had the problem to build a "where"-clause. So I had a class with columnname, fieldtype, operator and value called "filter".
To create the filter I have a generic List<filter>. So I can loop through the items and create the "where"-clause.
Hope, I...
thx,
we now use CR10 and I created it with OLEDB/ADO, but the login dialog appears when I use the setdatasource method.
I even tried to set the connection properties at runtime - but no changes.
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.