CsabaU's Q&A profile
Visual Studio Team System Unexpected token was encountered in Stored procedures and tables
Hi All When we Build the compiler raises several "Unexpected token was encountered." On for each Begin/End try/Catch statement We are also using buildin system datatype in a tabe "sysname" This also dont build with a "Unexpected token was encountered." Open XML Does any one know why The project type is SQL 2005, but it seems like no 2005 features are supported. All Try Catch are also not marke ...Show All
Windows Forms MDI Keystrokes
So I have a MDI application, all MDI child windows extend a MDI base form class so they all have common code. What I want to do is capture keystrokes and look for a special key event from a barcode scanner, when this keystroke is inte ...Show All
Visual Studio SourceSafe auto create sub-structures?
This is a weird thing happened only on my workstation within the domain. (We only have 4 dev stations so far) Whenever I create a new project and added to the SourceSafe, it automatically creates the project in main root then another two sub-folders. For example, if I created a project called 'abc', then it'll look like below: $/ -abc -abc -abc_1 All the contents are put under 'abc_1'. If ot ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled i ...Show All
Windows Forms Dataset updating.
I have a dataset returned everytime from querying database. The new data is to be shown on a datagrid binded to another dataset. So, how should I update the binded dataset with the returned dataset Currently, I cleared the datatable in ...Show All
.NET Development Synchronise Data .. best approach?
I've got 2 SQL Servers, one running internally and one on an external site catching SMS replies . Has anybody got any suggestions at to the best approach to synchronising the internal database with the external one. The data to be sync'd is only contained within 1 table. I need an approach that will be transactional to ensure the sync is 100% accurate, and the sync should happen every 5 minutes. Typically the max amount of records to be sync'd ...Show All
Visual C++ error C2143: syntax error : missing ';' before '^'
<Amitoj@discussions.microsoft.com> wrote in message news:c34e795e-45b4-4682-884e-b4cf9e47f5de@discussions.microsoft.com > I am writing a VC++ .NET + DirectX9 App using VS 2005 Beta 2. > > I am getting following error - > 1>c:\dojo2\mc++dx.net\mc++dx.net\StingRay3D.h(19) : error C2143: > syntax error : missing ';' before '^' > 1>c:\dojo2\mc++dx.net\mc++dx.net\StingRay3D.h(19) : erro ...Show All
Visual C# Database Question
Hell All, I am creating a program that will be used by about 20 people or so. It is a test case managment system, what I want to do is have everyone connect to a central database on a server somewhere on the network and be able to edit , update, create, save test cases. What I am unsure of is, do I need to write software on the database server to handle transaction, etc, or can i just connect to the database from the program on the users desktop ...Show All
SQL Server bulk sql insert task can do tables with identity?
i got some bulk insert tasks in SSIS inserting into some tables with identity set ON.... in 1 column. Can the bulk insert task go smoothly PS: i cannot find anywhere in the bulk insert task that can set the ignore identity columns........... now my steps are prepare database -> create database -> bulk insert into tables working on my previous problem, Jamie. ...Show All
SQL Server Select multiple values from a dropdown in RS 2000?
Hi! I am using SQL Server 2000 Reporting Services. Is it possible to have a user be able to select multiple values from a dropdown How do I accomplish this //Hakan Borneland This is not possible in RS 2000. Support for multivalue parameters was added to RS 2005. ...Show All
SQL Server This feature "remote access to report data sources and/or the report server database" is not supported in this edition of report
SQL server 2005 express reporting problem. error message: This feature "remote access to report data sources and/or the report server database" is not supported in this edition of reporting service I got this error message when I try to connect to database hosted in another PC running SQL server 2000. Is it true that SQlL server Express can only use Local Database Engine to host the database Hi, yes, local dat ...Show All
Visual Studio Express Editions creating a .exe File
Hello, i have a really simple question, I’m a noob on Visual Basic. Can I create .exe Files with Microsoft Visual Baisx 2005 Express Edition greetz steverino Actually, I figured it out. I dont, but I was trying to run it from a server. But it is just a file server so .net wouldnt be installed. Its basically just a deployment, and I found it really easy to code in Visual Studio because of the way the p ...Show All
Windows Forms Exporting OCX files
I have created a control in Visual Basic 2005 Express Edition Beta. When I build it, it just makes a dll files. Where is the OCX toolbox file Now I am getting the error again :( "Object Refrence not set to an insta ...Show All
Windows Forms .NET Terrarium 1.0.25.300 Available
I've just posted the .NET Terrarium client that is built on the .NET 1.1 Framework. Go to the downloads section to install it. Sorry to keep everyone waiting, thanks for your patience! If you discover any issues with this version, please post ...Show All
Visual C# Disposing object
Let's say i have a Form and that form private member that is a TypeDataSet. Should Form implement IDisposable because TypeDataSet has a dispose method Thanks, In general, whenever a class has members that implement IDisposable, the class should also implement it So it can dispose it Form class already implements IDisposable. If Form-derived class has disposable members, call member's Dispose function from for ...Show All
