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

Software Development Network >> ralph.'s Q&A profile

ralph.

Member List

sanske
xpach
Amnu cherian
b-li!
Jacquemin
gheese
baldingfatty
Joao Sousa
Amit Ghosh
ronaldst
Nik_1982
Koolchamp
Kenny Khai
oracle47
Stephie
Todd Malone
TTLied
Mike.R
Ahmed Ismaiel
klettke
Only Title

ralph.'s Q&A profile

  • Microsoft ISV Community Center Forums Empower program

    Is the Empower program still available I am unable to enroll. Thank you, Frank Hileman I just got the scoop... The systems are undergoing conversion in preparation for the launch of MSPP 2.0 on Monday 14 th . All the enrollment tools have been shut down, but will be up again on Monday. Sorry for any inconvenience. -brenda (ISV Buddy Team) ...Show All

  • Windows Forms c# getting crazy with a simple insert into....

    Hi all :) Here is my problem: myCommand = new SqlCommand("insert into myTable values("@field1")", myConnection); myParam = new SqlParameter(); myParam.ParameterName = "@field1"; myParam.Value = myTextBox1.Text; myCommand.ExecuteNonQuery();   Whatever i write in myTextBox1.Text, in database i obtain ever a "null". If i modify my insert like:"insert into myTable values('" + myTextBox1.Text + "')"; it work...but we know that it ...Show All

  • Windows Forms Print to multiple device at the same time ...

    Hi, I am writing a report application. My report handles huge amount of data and will be print out to a major printer, and also another printer for internal use. I don't want to generate the report twice. Instead, I want to generate the&n ...Show All

  • Visual Studio Team System I get error when trying to acccess http://localhost:8080/Warehouse/V1.0/warehousecontroller.asmx

    Invalid at the top level of the document. Error processing resource 'http://localhost:8080/Warehouse/V1.0/warehousecontroll... TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Fou... Please go to the IIS manager to verify Team Foundation Server is installed properly following the steps below: 1) open IIS manager. 2) expand the "Web Sites&quo ...Show All

  • Visual C++ MySQL and Visual C++

    I am writing a program that can connect to a MySQL server running on the localhost and perform basic database operations. I have extensive experience using MySQL and PHP but never with C++. I am currently using ODBC to connect. I have downloaded and configured the MyODBC driver version 3.x (not sure about the version) I am creating an instance of CDatabase which allows me to connect just fine. Is it neccesary to use the functions found here ht ...Show All

  • SQL Server Concatenate field based on unique id. (Follow up)

    thanks for your earlier reply. If i want to order the IDs by a Timestamp column in descending order how do i do it. I couldn't do it in Inner query. right now it gives in random order. Is there any other way to get it select t3.id , substring(    max(case t3.seq when 1 then ',' + t3.comment else '' end) + max(case t3.seq when 2 then ',' + t3.comment else '' end) + max(case t3.seq when 3 then ',' + t3.comment else '' end) + max(case t3 ...Show All

  • SQL Server Change "Report is being generated"

    Hello, I develop some application using SQL Server Reporting Services 2005 to Russian customers. They usually don't know English well. That's why I really want to change phrase "Report is being generated" to Russian words. How can I do it I tried to fing this phrase in configuration files or registry but there wasn't success. Thank you, Hi, If I change the language of the browser, the language of the "Report is being gener ...Show All

  • Visual Studio Express Editions ok im a vc++ noob i know. and very lost right now..

    Im trying to make it so I can click on a button on my drop down menu, and have it open a form that I added to my project I have made all the objects in the other window I just need to find out how to call it from the main window and then get all the values I need from the window when its done... I have been reading sam’s teach yourself visual c++ .net in 21 days and it shows that you need to add in a #include "windowName.h" and then pu ...Show All

  • SQL Server configure SQL Server Express with Windows Firewall

    I have changed SQL Server port to 2433, and add it to exception in Windows Firewall, add executive files as in this KB http://msdn2.microsoft.com/en-us/library/ms175043.aspx Want to change port of SQL Server Browser as well, but dont know how to :( anyway, after enable Firewall, SQL server is stop working. How to get it working with Firewall Also, if some one lets me know how to change port of SQL Server Browser too, it would be great thanks ...Show All

  • Visual Studio Team System Workgroupd edition can be upgraded?

    Hello, Maybe we may buy workgroup edition as we have a little .net TEAM but it may increase in the future, is easy to upgrade, Do I have to install again When you upgrade you do have to reinstall, but all of your TFS data will be preserved. ...Show All

  • Visual Basic Updating a Access Database from Visual Basic

    Hi. I'm havng trouble with updating my Access database from Visual Basic. There are no problems when populating datasets from the database, but as I try to update it after some changes, nothing happens.. Anyone got an idea Hege Hi! Got the same trouble for three days, this mounstruous behaviour happens when you answer YES to the question about copying the database to your solution directory. Just ...Show All

  • Visual C++ Visual C 2005 more than 3 times slower than Visual C 2003 !

    While recompiling my cryptographic library under Visual C 2005, which implements exUSSR gost algorithm, I've found that optimization in 2005 almost absent at all ! here is result of benchmarks: P4-2.0 GHz: MSVC 2003: 33433 Kbytes/sec MSVC 2005: 8960 Kbytes/sec Ratio: 3.73 times slower! P4-3.4 GHz MSVC 2003: 48691 Kbytes/sec MSVC 2005: 11520 Kbytes/sec Ratio: 4.22 times slower! It even slower than MSVC 6.0 ! Code using 2003 compil ...Show All

  • Visual Basic trouble setting a max and min value

    I have the following code: Private Sub numericTextboxKeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress Dim tb As TextBox = CType(sender, TextBox) Dim chr As Char = e.KeyChar If IsNumeric(e.KeyChar) And Not e.KeyChar = "-" Then 'If adding the character to the end of the current TextBox value results in ' a numeric value, go on. Otherwise, ...Show All

  • Visual C# writing images from SQL in a table...

    Hi, I would like to know if there is a way to print in a html page a table with 4 images, and it's description queryed from SQL Server... Like, I have already a page, and in the body, I have <% response.write(table) %> And in my .cs I insert all html....and together with this html I need to put the image !!! Thanks what you'll need to do is make additional http requests to another file that will retrieve the bin ...Show All

  • SQL Server Exporting a topic from BOL

    Is there an easy method to export a topic out of BOL For example ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/309b9dac-0b3a-4617-85ef-c4519ce9d014.htm I'd like to export this to MS Word, I need to send this information to a large distrubtion list for review and I'm find it rather diffucult. Sending the entire BOL files is not a option. A satifactory option would be to load BOL to Windows SharePoint Services. I'd want the ...Show All

©2008 Software Development Network

powered by phorum