Software Development Network Logo
  • SQL Server
  • SharePoint Products
  • Microsoft ISV
  • .NET Development
  • Visual C#
  • Visual C++
  • Visual FoxPro
  • VS Team System
  • IE Development
  • Visual Basic
  • Audio and Video
  • Game Technologies
  • Visual Studio
  • Smart Devicet
  • Windows Vista

Software Development Network >> Six's Q&A profile

Six

Member List

Dan Rooney
ddawson04
Sequel2k5
enric vives
Arshu
zyx100
carface
PaoloZ
Boter2099
slippyC
Alexey Rokhin
waff
LPlate
Chris.Stewart
jwaddell
guilhermecvm94558
Crafty69
Goat Spirit
Baji Prasad
johnd2
Only Title

Six's Q&A profile

  • Visual C# question about ... QueryStringParameter & HttpRequest ...

    I need to get Parameter from URL... like if URL shows "http://www.yahoo.com id=26 I need to get the Parameter "26" is it possible I think maybe it can be doen by use QueryStringParameter or HttpRequest is it correct if yes.. can you please give me a example or give me a hint to start thank you very much Hi, Are you developing asp.net application If so, use Page.Request["id"] to get the query string after "id" in the url. It returns a string value. or Request.QueryString as well. Detail info to see: http://www.codeproject.com/aspnet/QueryString.asp Thank you ...Show All

  • Visual Studio Express Editions SQL database connection

    I've just downloaded VB 2005 Express and SQL server 2005 express. Built SQL database and trying to connect and open DB.I was trying different connection strings, OLEDB and SQL connections,reinstall Sql server and VB, but have the same massage:"Cannot open database.Login failed". When I bind DB in application, everithing is OK.First guess that something is missing in the code.But maybe Express Edition is not capable to deal with SQL DB Public p_conFirst As New SqlConnection() p_conFirst.ConnectionString = "Server=bk\;SQLEXPXESS;Database=First;Trusted_Connection=True;" p_conFirst.Open() 'error 4060 Maybe somebody has answer Thanks,Boris The Expre ...Show All

  • Visual Basic SQL formatter add-in for VS.Net?

    Anyone know of a SQL formatter add-in for VS.Net(2005) We're looking for something that will format sql as some of our developers format their sql different ways and yet others use the query builder in VS.Net for their stored procedure code (and query builder produces some pretty ugly sql). A formatter would help facilitate everyone formatting the same way. - Brad ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Begginers and XNA

    How hard is it for a begginger with no experience in programing and low math skills to make a working game on XNA Is it even possible How much does it take to learn C#, and how intuitive is it My first choice of program to use would be the Torque Engine, because it was implemented well in Marble Blast Ultra on Xbox Live Arcade. I would really like to be able to create games, even if simple, I also want to get in the video game industry, though not currently in programming, but I mainly want to do it as a hobby. Thanks for any help you guys can give me. Hello QuantumMishief, Learning any programming language is not hard once you get the basics down. C# is very good for programmign games beign a beginner. There is a lot of system level ...Show All

  • Visual Studio Express Editions Building a Dropdown list with SQL statement

    How do I build my own dropdown list by hand Dim connectionString = "Data Source=localhost;Initial Catalog=TESIS;User ID=sa;Password=mypass" Dim queryString As String = "INSERT INTO [FR-DEVICE-TABLE] (DE_DATE_COUNTY_FIRST_USED, DE_associated_vender)VALUES(@p1,@p2)" ''DROP DOWN LIST CONFIG command.Connection.Open() command.ExecuteNonQuery() command.Connection.Close() Dim theSqlCommand as new SqlCommand( "Select DE_MANUFACTUREER,DE_DEVICE_NAME from [FR-DEVICE-TABLE]" , new SqlConnection(connectionString)) hopefully this will sort out the 2 issues. you were missing an opening bracket as well as the equals sign not being there ...Show All

  • SQL Server iif statement problem

    hi all, i've browsed some of the smilar iif expression problems but no idea how to solve mine. i get an #Error when i wrote the following expr : =sum(iif(Fields!revenue_type.Value= "R" , Fields!amount.Value,0)) but no error when it's =sum(iif(Fields!revenue_type.Value= "R" , Fields!amount.Value,0) - iif(Fields!revenue_type.Value= "T" , Fields!amount.Value,0)) If i filter the dataset and just take in data where revenue_type = "R" then there won't be error... how come did i do something wrong please help... this seems so simple yet i couldn't get it.. Maybe RS is not so clever Your field if decimal or duble or someth ...Show All

  • .NET Development SQL 2000 Application Role w/ .NET 1.1 & IIS 5.1

    I'm trying to find a solution to use SQL application roles in a web application w/ IIS 5.1 and .NET 1.1. Since the SQL connections are pooled, I cannot ensure that the next time my logged in user cames in, he'll receive the same connection! Does anyone passed through this and found a suitable solution Thanks in advance jmn ...Show All

  • Visual Studio Express Editions mysql_num_rows in VB.net

    Hi, I need a function like the "mysql_num_rows()"-Function in PHP for VB.net. Dim command3 As New OleDbCommand(" SELECT Ruckgabedatum FROM Verleih WHERE Exemplar=" & exemplarnummer, oOleDbConnection)                 Dim reader3 = command3.ExecuteReader()                 If reader3.HasRows Then                     reader3.Read()                     ruckgabedatum = reader3.GetValue(0)    ...Show All

  • Smart Device Development Application terminated unexpectedly, and no any message

    Hello I'm creating an application on Windows Mobile 5 using c#. This application uses the WebBrowser control to show a specific website. The problem that i am having occurs when the app runs on the device. (Motorola Q). For some strange reason the application shuts down as soon as it gets to the line : this.webBrowser1 = new System.Windows.Forms.WebBrowser(); which is in the InitializeComponent() method. It does this without an exception. When i connect the device and debug from VS.net 2005. The app shut off and i get a cannot connect to this device message. Sorry about that, Im a writing a simple application that shows a WebBrowser control on a form. When i run my program in the emulator it ...Show All

  • SQL Server why data can not be totaled by dimension

    dimension's data can be seen when we click the brower ,but the measure's data can not be seen,why how to settle thank you! Not sure what your question is. Can you describe your situation in bit more detail. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3D_DEBUG_INFO

    Hi, I've added this #define just before including d3d9.h but I can't see the desired debug info even with the debug runtime. I've checked using the preprocessed .i file using /P option that the define was effectively set and it is for sure. Also, the d3d9.h is inlcuded from one and only .h file in my project so I'm sure D3D_DEBUG_INFO is ALWAYS defined before including DirectX files. Can someone tell me what could be wrong Guillaume I've checked that I was running the debug runtime. I've also checked that the debug dll was loaded (in VS debug output). I've done the test in my application and in the BasicHLSL sample and I still cannot see the class members in VS 2005 debuger. I've also tried on another ...Show All

  • SQL Server Check the finish time of data driven subscription using Sql

    How can I check using sql that a data driven subscription has run and the time it had finished Thanks Elias Hello Elias, Run this from the server with the Reporting Services database: select c . name , el . TimeStart , el . TimeEnd , el . TimeDataRetrieval , el . TimeProcessing , el . TimeRendering from ReportServer.dbo.executionlog el inner join ReportServer.dbo. catalog c on el . reportid = c . itemid where c . name = 'ReportName' order by timestart desc Hope this helps. Jarret ...Show All

  • SQL Server Is this correct forum for SQL Server Compact Edition ( formerly Everywhere )

    Hi, I am looking for help ( at beginnners level ) in the use of the newly released / promoted SQL Server Compact Edition (what used to SSEv ). I have a single user desktop application - not PDA / mobile, which uses JET database today & I need to convert it to current databse as JET is no longer supported under Vista. I understand that it is SQL Server Compact edition. My application is native c++ with no .NET and I would like to keep it that way. Can someone point me to examples, documentation, or any help which will get me going Currently, I am connecting to the JET database using ADO and a connection string ( again ADO, not ADO.NET ). Is it just a matter of changing the connection string and making sure that the righ dlls are inclu ...Show All

  • Visual C++ one super easy question !!! urgent !!!

    hi guys ! in VS2005 (C++), I have a form named Form1 (all default names here) and a label named label1 on it. and in my source file, named say code1.cpp, i am trying to modify the Text of label1 (which is on Form1) in a function called myfoo(void). My code1.cpp is: ---------------------------------------------------- #include "stdafx.h" #include "Form1.h" using namespace myFirstProject; void myfoo(void) { label1->Text = "hello !!"; } -------------------------------------------------- and obviously it is not right when i try to run it. Can anyone please tell me (step by step) how I can do this simple thing i tried to change label1 to "public", and still failed. Clear step by step answer is much ...Show All

  • Visual C++ random number

    I generate 1 random number in my program, but it's always the same somehow. My code's here: srand(GetTickCount()); rand_c=rand(); hello Re: random number If you do this: for ( int i=0;i<20;i++){ srand(GetTickCount()); int rand_c=rand(); cout << rand_c <<endl; } Hopefully you will get 20 same or close numbers, like 38888,38889 If you do this: for ( int i=0;i<20;i++){ srand(GetTickCount()); int rand_c=rand(); cout << rand_c <<endl; ::Sleep(100); } Hopefully you will get 20 different number with values close to each other, like 28000,37000 etc. But if you do this: srand(Ge ...Show All

©2008 Software Development Network