binderp's Q&A profile
SQL Server SQL Express Manager 2005 and Windows XP x64
Has anyone successfully installed the SQL Express Manager on XP x64 Pro I know it isn't listed as one of the required operating systems in the readme, but below that it states that for installation on x64 you need the 64 bit .Net Framework 2.0, which I have installed with no problems. I receive the following error when I attempt to install, almost immediately. This computer must have at least Windows 2000 SP4 and the user must have administrator privileges in order to continue. Slso, you must first install the SMO Components and the .NET Framework version 2.0. Regards, Wade You didn't list that you installed SMO. Sinc ...Show All
SQL Server semicolon terminator
Can someone define for me what is a statement when it comes to having to use semicolon statement terminator This is absolutely undocumented in BOL. Googling only finds this incoherent article which is far from official documentation. TIA Hi Chad Boyd, This is Bhanu Prakash and i am going to be the new administrator for MSDN Forums. You are amongst top 200 answerers in Forums and we identified you as potential moderator.Please reply back to my email ( a-bhanun@microsoft.com ) with your email address so that we can give you moderator rights. We appreciate your continued support for the Forums. Cong ...Show All
Visual Studio Express Editions How to create an Icon image file
Hi team, I have been trying to create an icon file for my new project. But I have been totally unsuccessful and I am confused. Since I have never done this before I must ask the question that is probably obvious to everyone else. What makes an Icon file an Icon I know that it has an extension of .ico but there is more to it than renaming a 32 x 32 pixel bmp to an .ico. Is it the size Some internal header data When I try and add a resource with the type "Icon", I select my image file but it gets imported into the "Images" area and not the one for Icons. I have tried jpg's, bmp's and gifs to to avail. The form ...Show All
Smart Device Development Problem smartphone, button
excuse my: I have italian, I not good english My problem is: with isual Studio 2005 Beta 2 , I have can at programming the smartphone bat the function private void Form1_KeyDown( object sender, KeyEventArgs e) not work. I press the button, and the program not pass for she. what is the problem I don't recollect anyone reporting this issue around Beta 2 (though it could be something very specific to that build) Can you check if you have this line this .KeyDown += new System.Windows.Forms. KeyEventHandler ( this .Form1_KeyDown); in your code If you add a Menu and handle and event does that work Amit &nbs ...Show All
Visual Studio Team System Data Bound WebTesting
If I add a data source to a declarative WebTest it appears I can only use an OLEDB datasource. Do I need to do something to allow me to use other providers Thanks, Since OLEDB hit all the data binding scenarios we wanted to support in v1, adding support for other providers got bumped down the priority list. Other providers would have also expanded our test matrix. We're looking into various ways to improve data binding in the future. Josh ...Show All
SQL Server Can SSIS work without SQL SERVER 2005
Can I install only [Bus....integ.. dev.... st..]. on my machine without SQL 2005 I have a sybase database management system.. can I work with SSIS Can it extract something from IBM DB2/DATACOM/LOTUS NOTES/VSAM/ pl give me answers with justifications!!!! The only other consideration here is that of SQL Agent. If you plan to schedule and run your jobs using SQL Server Agent, the agent box will need SQL Server (Agent uses the MSDB database). If your agent box happens to be the same as your SSIS box, then you will need an instance of SQL on there. If you plan to execute without using agent, or you're using an agent on ...Show All
Smart Device Development Get Image Data of Pocket PC Camera
Hello... I'm a newbie! I want to know if it is possible to capture the data of a pocket pc camera Maybe with C#... or another language Can you help me Regards, Jacqueline. You should contact Pretec and ask for a camera API. Unfortunately, without an API you can't even get a single pixel from this camera programmatically. ...Show All
SQL Server Database Schemas and "This statement has attempted to access data whose access is restricted by the assembly."
Hello. In reference to my post yesterday which got removed when i edited this one: After trying a few things i realized that the reason i was getting the error " Invalid use of side-effecting or time-dependent operator in 'SET ON/OFF' within a function ." was because a CLR function was executing a stored procedure, which for whatever reason i completely disregarded the fact that functions cannot call stored procedures. After removing that i am faced with the second issue of my assembly being restricted. I now get the error " This statement has attempted to access data whose access is restricted by the assembly " I am not certain what is c ...Show All
Visual Studio Express Editions Can I use SQL Server 2000 with VBExpress2005
Can I use SQL Server 2000 with VBExpress2005. Because I get an error when trying to open a new dataset( from a SQL Server 2000) db.... Actually, for VB Express 2005, only SQL Server 2005 will work with it. This is documented in the Express Edition Readme: 1.3.13 SQL Server Express is the only version of SQL Server that will work with Express Editions other than Visual Web Developer Express Edition. SQL Server Express is the only version of SQL Server that will work with Visual Basic 2005 Express Edition, Visual C++ 2005 Express Edition, Visual C# 2005 Express Edition, and Visual J# 2005 Express Edition. To resolve this ...Show All
Smart Device Development small bug with List Control in vs 8
Hi all, I'am using vs 8 beta 2. Today, i made a very simple program with List Control. I did like that: 1) From vs 8, create a MFC program for pocket pc 2003 based Dialog. 2) In Dialog, using toolbox to add List Control to Dialog. 3) Now, you can choose the List control, click right -mouse to go to properties page. 4) In Properties pae, choose tag controls events, go to LVN_ITEMACTIVE then, click Add <...> 5) Now, vs 8 will help you automaticly to create a WM_NOTIFY each times you active an items. 6) But look carefully to source code vs created: ...Show All
Windows Forms DataGridView Update to Source Database
Ok, I'm stumped. Upfront usage detail : C# Express (2005) SQL Express (2005) I created a SQL Express Database using the Data Explorer in C# Express. All is well with the database, I can access it programmatically fine. I am using an attached database file. I created a Windows Form that is launched from a menu. The form contains two controls; a DataGridView and a Butt ...Show All
Visual Studio Express Editions C# Visual Studio Express and databases (DB2)
As I understand, Express editions of VS are limited to SQL Server Express - but is this limitation only in developer's interface (i.e. data set wizard) or it's also built in the compiler so that I cannot connet to remote / other data base that SQL Server Express even if I am writing proper code myself, without any wizards I ask this question because I will have to connect and operate with IBM DB2 database and before deciding on fully VS I'd like to test this express edition and see how does it work with tasks I need to do. Yes, the limitation is only in the developer's interface. You can write your onw code to access any database. ...Show All
Software Development for Windows Vista Behaviour of existing instances in updated workflow
Hello, If I have a persisted instance of a workflow that was defined in a separate assembly, and later I modify the workflow definition and rebuild this assembly. What happens when I restart the instance Is there any standard way to manage versioning on the instances Regards, Mk Hi all, To get to know WWF, I started with simples workflows and extend them to make them more usefull. Sometimes I run into problems loading a workflow instance, getting an exception. Usually I write that down to the changes I have made to the workflow causing an ...Show All
SQL Server Remove Numbers
I have a column within a table with date like 25C1, 26B1, 345SS4, 432BRP5, ect........ I need the remove the numbers both front & back and leave only the letters. Like C, B, SS, BRP........... The letters will be in a new column..... Thanks If you're familiar with ODBC, you can call SQLColumns( ) on the table name, and then SQLFetch( ), SQLGetData( ) to get each column name in sequence. Then you can parse each column name character by character, skipping characters until you come to a non-numeric character, and append that character to your column's name. The problem with what you're trying to do is ...Show All
Visual Studio 2008 (Pre-release) Control inside a control
hi, I'm creating a window with a label in it. In that label, I should be able to show a button, and some text, how can I make this work great thanks I don't know if I understand you correctly - you can put anything that knows how to renders itself in content controls. The only thing is that content controls accept only one child, so usually you will embed the controls in a panel: <Label> <StackPanel Orientation="Horizontal"> <Button>Click me!</Button> <TextBlock>Some text</TextBlock> </StackPanel> </Label> ...Show All
