Software Development Network Logo
  • VS Express Editions
  • Microsoft ISV
  • SQL Server
  • Visual C#
  • Windows Vista
  • Smart Device
  • Windows Live
  • Windows Forms
  • .NET Development
  • Visual FoxPro
  • Visual J#
  • Game Technologies
  • Visual C++
  • VS Team System
  • Architecture

Software Development Network >> Peter L's Q&A profile

Peter L

Member List

Ajao
JG_WPB
arkiboys
JeffCW
Kevbert
Flavio45845
otiko
ojohnson
amit9979
Cindy Meister
SADG!RL
Vovka
shipra Pandey
MS makes it difficult
Mike Southerland
Vallari Kamble MSFT
drachx
Jan M
devc#
PatrickRD
Only Title

Peter L's Q&A profile

  • SQL Server Can I work with abril ctp and migrate later to an express version?

    Hello The final customers of my application should have sql server express.  Can I work with sql abril ctp and then when the final version of sql express has been released install it and migrate the database     Yes, what you describe should work. There are two parts to your question: 1. Going from June CTP to RTM – this should be just fine 2. Going from Developer SKU to Express SKU – this has caveats as outlined below ...Show All

  • Visual Basic How to display data in table format in windows application?

    Hi everybody,   How would you display data values from a database in a table format in a windows application and which control is appropriate to display them Code belwo shows creating table in html, how could you do this table in windows application Thanks. Note: the html not exactly correct. Code: <htmL> <body>   <table bgcolor="blue" border=2>     <tr>  <td>Place data from database& ...Show All

  • Visual Studio Team System Authentication problems using SSL.

    I'm trying to install a Team Foundation for use over the Internet, with the assumption that clients will not be members of the Team Foundation Server's domain.  In order to reduce the Server's attack surface, my goal is to expose the Server as an IP address only, and require clients to connect to the Server using SSL, client certificates, and an arbitrary port.  For example, the Server path might look like:     http ...Show All

  • Windows Forms Advanced SQL Generation Options Grayed Out

    Hi, I am using Visual Studio 2005. When I attempt to use the Configure Data Source wizard to set up advanced SQL Generation Options the options (i.e. add addtional INSERT, UPDATE... statements) are grayed out. I don't know why. Any ideas Thanks, Keith I have the same problem, hopefully someone can help with this. I tried it with connections to a SQL Express Database and with a MDB file connection. Nothing seems to work, it ...Show All

  • Visual Studio SQL Server 2005 Express April CTP Fails from VSTS DVD

    When installing VS 2005 (Team Suite) the SQL Server Express install fails with an error code 1603. Also tried reinstalling it after VS but still fails with same error code. Anyone else got this problem /Per Salmi This was a clean installation on a new PC. I can't find the installer or the folder you mentioned to do a manual install. ...Show All

  • Software Development for Windows Vista Why cant I embed a listen activity in while activity?

    I was writing a kind of a server where the workflow listens to requests, processes them and goes back to the listening mode. But I found that I could not drop any event based activities inside a while activity. Is there a specific reason for this Regards Rags I am able to drop a HandleExternalEvent activity inside a While activity with no problem. Note however that a While activity can contain only a sing ...Show All

  • Visual C# remove

    I would like to remove the last char in a string is thiis right private void backspace() { int g; g = KeyBoard_textBox.Text.Length ; KeyBoard_textBox.Text.Remove(g, 0); } Why don't you just test it he he but i am pretty sure it should be KeyBoard_textBox.Text.Remove(g -1, 1); You are getting the length of the string. Now strings are 0-indexed, if you'd put g as the index it ...Show All

  • SQL Server Big Log file that won't shrink....

    I have a fairly simple DB, One Log file, one data file, its got half a dozen tables in it that are used for a web based app that allows users to look each other up (think online telephone directory with a few extra bits and you are there), there's a data feed that adds new lines each day as users data changes or new people get added. But this is a couple of hundred or so lines a day, the tables hold about 40,000 data lines as we never delete dat ...Show All

  • SQL Server First or last row in T-SQL

    Hi every body I want to know what is similar to Last and First in Group By cluse like Access 2000. I want to get last row of a column at the same time as get sum of another column hi koosha, i'm not sure if this is what you want select max(orderid),customerid from dbo.Orders group by customerid select min(orderid),customerid from dbo.Orders group by customerid       &n ...Show All

  • Visual Studio Express Editions How to move to next cell in DataGridView by Pressing Enter

    Hello Developers... Can anyone help me about moving focus to next cell instead of next row by pressing enter or any other specific key. I want to move focus to next cell when user get done with editing with current cell and he presses enter I want focus on next cell. How can I do this I tried most codes like this DataGridView1.currentCell = DataGridView1.Item(e.ColumnIndex+1, e.RowIndex) but, Not working actually. Please help me. Its ...Show All

  • Visual Studio Express Editions Is it possible to shell an application seamlessly?

    I need to be able to run an application such as notepad or calc in the same way that I can start a browser inside my VB app ie. make the spawned program appear to be just another window in my program. Has anyone done this before   This isn't what's happening. The Webrowser control has been supplied as a wrapper for the Active-X webbrowser and you are using that. There are no such analogs for the ...Show All

  • Software Development for Windows Vista Error while using Workflows within Sharepoint Site

    Hi, I tried using the sample workflows from the ECM release (ECM sample started kit). Now this is what happens: I can install the workflows and the forms correctly. Once I go into my Sharepoint site, I can connect it to the workflow that I want. But once say I add a new document, open it in thr word client, from there say I click on "Start Workflow" this seems to fail for EVERY WORKFLOW - even those built in default (Approve etc) ...Show All

  • Software Development for Windows Vista a Beginner Cuestion...

    Hi, I'm trying to design a solution for a document lifecycle process using de WWF with a stateMachine workflow, but there are some points i still don't understand about using WWF with ASP.NET (my host application). 1. I don't now if use dataActivites or localServices to share information between the WWF and my ASP.NET app. wich is the best way to do this 2. I need persistence in all the cycle that a document can take. I think i can start a Work ...Show All

  • Visual C++ ostream::seekp not working.

    After I converted the following from VC 6.0 to VS 2005, the seekp() call stopped working. Can anyone confirm that this is a bug, or have I configured something incorrectly std::osftream myStream; myStream.open( " myFile ", std::ios_base::out | std::ios_base::app ); myStream << < xml version=\"1.0\" >\n<LogFile>\n"; myStream << "</LogFile>"; . . . ...Show All

  • Visual FoxPro VFP CLASS IN RELATION WITH SQL SERVER DATABASE

    Is there anyone who has developed a VFP Class which can work in relation with SQL Server....All Master & Detail Tables should be save accordingly and there wouldn't need to write codes on form to save or retrieve data from detail files on SQL Server as it should be written in a class That's included in most if not all OOP Frameworks out there. there are also smaller classes for this like Rick Strahl's wwSQL ( http://www.west-wind.com ...Show All

©2008 Software Development Network

powered by phorum