lily rose's Q&A profile
Visual Studio Express Editions Getting data from a query into variables
I have a table that I want to query based on a Selected Record in a gridView. I have the Record Number (that is the actual key field name) in GridView.SelectedValue but I have no idea how to set up a query in here much less run it. I need to know OldLine and oldItem from a table called items I mean I know "Select OldItem, OldLine from Items where RecordNumber = " + GridValue.SelectedValue" Sure hoped that worked but no... As you can probably tell I am relatively new to VB, VWD but not queries. Please can someone give me an example of how to do this in a Public Sub The whole pur ...Show All
.NET Development Known Issues of .Net Framework 2.0
Dear all, I would like to ask if there is any resources provided for known issues of .Net Framework 2.0. The reason of asking this is I find that the information is sparse on the web. Is there any posts collecting all known issues of the framework Thanks a lot! Best, Gabriel Check out the Product Feedback Center at http://msdn.microsoft.com/productfeedback as well as the .NET Framework support center at http://support.microsoft.com/ph/548 ...Show All
SQL Server RDO 2.0 and Visual Basic 5 application stopped working with SQL Server 2005
We have a legacy application that is still in wide use. It is Visual Basic 5 and RDO 2.0 using ODBC to connect to SQL Server database. When trying to connect to SQL Server 2005, it can no longer update or insert data. It reads data fine. The error message it gives is 16933, "The cursor does not include the table being modified or the table is not updatable through the cursor." Has anybody else seen this problem Any help would be appreciated. Yes, we've seen this. It's hinted at in the documentation, although none of our examples seemed to exactly match what's documented. In several cases we were able to fix the problem ...Show All
SQL Server Empty report: displayed on server 1, error on server 2
Hello, I'm deploying the same report on different servers, same database. For the year 2007, I have no data. When I display the report on server 1 or in VS2003 locally, I see an empty report. But on server 2, I have the "rsProcessingAborted" error. Is there a way to configure the server so that it displays an empty report even if the dataset returned is empty Thanks for the answers! Tiago Usually the report is empty if the resultset is empty. Have you looked at the logfiles (\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\Logfiles) If processing was aborted there is usual ...Show All
Windows Forms Control for runtime resizing of controls
What I'm trying to do: Present the User a form that allows them to resize (among other things) the controls on it. Not sure where to go with this. I've scowered around MSDN and these forums. The ideal situation would be to have an existing control class that acted like the resize frame in the design time form editor displayed on sele ...Show All
SQL Server Active (non executed) objects will still drain performance!?
Even if objects(tasks, components) are not explicitly called (say they are under another CtrlFlow constraint which doesn;t meet expr_condition), they will still eat up performance. We have a pkg that has 3 DFTs that will either transform FLFFtoXML, CSVtoXML, or PIPEtoXML. When we execute this pkg it takes roughly 15 secs to complete, but for every DFT we disable, it shaves 5 secs off. We did some debugging and found that an entry of: DLLGetClassObject succeeded... and DLLGetClassObject called for VSA7.dll/n... gets written the more we add/activate objects. Even when the objects were not getting executed -- these ...Show All
Visual C# Detection of thread executing
I have read up some on utilizing threads, being a newbie to programming in C# and converted a major function in my application to execute in a background thread (to stop the display from freezing up if I switched to another application). The threading worked perfectly and it even terminates itself after completion. The only complication I have is that I cannot update the various text boxes on my form because they are part of other system threads. My application thread is not started until after a menu click event. First, I perform a file dialog function to select the file I want to decode. Once the file dialog box is closed and the fil ...Show All
SQL Server Chart combination
Hello, I would like to combine an area- and line graph (something like this: http://www.graphicsserver.net/images/thumb%20area%20bar%20line%20graph.png , without the bars), can this be done Thanks, IIMA Actually, you can do this in both RS2000 and RS2005. In the chart properties dialog, edit the data point and select 'Plot data as line'. You can only do this with line combinations (e.g. not bar / area). ...Show All
.NET Development is it possible to post files in an ip adress through windows application? how?
is it possible to post files in an i.p. address through windows application how my apllication is window form in .net, how implement "post method" to upload files thank's ...Show All
Visual Studio 2008 (Pre-release) Jan CTP
Does jan CTP have xaml design mode improvements http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B6195F89FFA2&displaylang=en Yes it does. We've been kind of busy this week and so we haven't quite got things ready to post. The major improvement is in the Grid design time. We'll post more details towards the end of the week mark ...Show All
Visual Studio Team System Rule to check "Are function calls returning constants avoided within loops?(eg object.size() ion for loop)
hi, i need to write a rule that should check "Are function calls returning constants avoided within loops". Give suggestions on writing this. Thanks in advance. david, Sorry for the late reply. I dont have any code samples. These rules are created for the program that is not yet written. The program will be written some time later. It is the requirement "The return type of a function should not be a constatnt such as object.size()". Thanks ...Show All
.NET Development How to access webservices using soap protocol from javascript?
I cannot access web services using http get and post so only option isto use soap Please help in this regard.. Thanks in advance http://www.webreference.com/js/column97/index.html ...Show All
SQL Server How to create a cover page
This seems like it should be a very simple task. I need to create a cover page that appears as the first page of all my reports. It contains a confidentiality statement and I don't want any other report information on this page. I created the cover page in a separate report to be used as a subreport in any report that needs the statement included. However, I have searched all over the Web (including this forum) but cannot find any info on how to actually create a cover page. Is this even possible with RS Thanks, Jesse You can just create a report with no datasets, just static textboxes for the confiden ...Show All
.NET Development signedXML and Namespaces
I have to send out a SAML message to a server I do not control. I was given a sample XML message that includes namespaces in the digitial signature portion. So think of everything as <ds:ElementName> instead of <ElementName>. How can I modify my code so that the signedXMl document will create the signed portion correctly with namespaces in the elementnames. While still maintaining the correct digestvalue. I am completely lost and many questions similiar to this have gone unanswered throughout my searchs. I know there is a thrid party component available but I don't think I will be able to use it.&n ...Show All
SQL Server Database Diagram error on SQL 2005
I upgraded from SQL 2000 to SQL 2005. The database owner is sa and I am logging in as sa in Management Studio. But when I click on Database diagrams I get the following error "Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects." How can I fix it Can you run the sp_dbcmptlevel to check the db compatiblity level for the db you are havi ...Show All
