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

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

steve777

Member List

azreon
slifinger
KombatNT
Avanthi
odbc user mexico
Irishmanco
Omar Damiani
Brent Hunt
Ronald Lips
jeanXia
Vijay1978
TishaL
HermanMoore
Ahsukal
Eric KM POON
ManishDotnet
Camey
JoachimP
Troy Gerton
JaLeo
Only Title

steve777's Q&A profile

  • Visual C# No Such host is known errror

     am trying to create a simple dateTime application in which the server provides  the current date to the clients who connected/listen on a particular port(port number 13) This is the DateTime Server Application ----------------------------------------- using  System; using System.Net.Sockets; using System.Net; using System.Threading; using  System.Text; using System.Globalization; namespace DateTime_Server { class  DateTime_Server { [STAThread] ...Show All

  • SQL Server Triggers and information through serial port!!!

    Hi to all, i have a trigger in sql server 2000 and i need to send some information through the serial port, i have an asp that do that, but i need to know how to link the trigger and the asp or the trigger and other component so i can send the data through the port, Thanks to all.... Regards... visit www.clubcorsachiwas.com.mx   The passion for the Tuning! You are not in the correct forum.  First this is a SQL Server 2005 forum and second this is an SSIS forum.  You would want help from a SQL Server 2000 forum and, probably, from a relational engine or TSQL forum. Matt ...Show All

  • SQL Server Can't set varbinary(MAX) in Visio 2005

    Why can't I use the new types in Visio 2005 When ever I type in MAX - it complains that MAX is not an integer You need to do the following ( I will assume that you are creating a database model diagram): 1. Create new database model diagram 2. Go to Database -> Options -> Drivers 3. Select "Microsoft SQL Server" in the default driver for Visio 4. Click Setup 5. Pick "SQL Native Client" for ODBC drivers to use 6. Go to preferred settings tab and select 2005 in the preferred version drop-down under DDL script generation 7. Now when you create an entity and create a new column will see varchar(MAX), nvarchar(MAX), varbinary(MAX) a ...Show All

  • Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?

    Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that doesnt get candy. You made me register to post this................ ...Show All

  • Windows Forms Upload a file from Client to Store in SQL

    I have a web form where I want the client side users to be able to attach a word document in the record. Can anyone point me in the right direction Depends on your requirements: 1. Do you need to store the document itself in the table 2. Will storing the location of the file be good enough Speaking abstractly here, and only about point two; you can upload the document to the web server in a predefined location, i.e. an uploads folder and then stored the path / file name in the SQL Server table or just store the file name if the folder will be constant throughout the lifecycle. You will need t ...Show All

  • Visual Basic ERP System Interface sample screen.

    Is there any websites that can provide sample screen of common ERP system You can register for Siebel product demos at: http://www.siebel.com/crm/demos/reg-solutions-demo.shtm These demos show several CRM/ERP sample screens. ...Show All

  • Windows Forms EnableVisualStyles and NotifyIcon bug

    When Windows XP visual styles are enabled, if you use ShowDialog() on a form in response to an event raised by clicking on a NotifyIcon or a popup menu from a NotifyIcon, you get a SEHException when the form is closed. Has anyone else noticed this  If so, how do you work around it Ok, the images are now an embedded resource  ...Show All

  • Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?

    Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that doesnt get candy. You made me register to post this................ ...Show All

  • .NET Development Incorporating multiple files into an Object in Word.

    I have recently learned how to render XML documents using XSLT stylesheets. What I have also done is to create another html page that uses javascript to load the xml document and apply the stylesheet entirely on the client side. The reason I am doing this is so that I can embedd these files into Word documents. However, what I don't know how to do and whether it is possible is to merge all 3 documents into one object, so when a user double clicks on the object they will be shown the XHTML document in a rendered format on their browser. So, the files would be: file.xml style.xsl render.html (contains the javascript to load the p ...Show All

  • Software Development for Windows Vista A new outlook on Windows Vista

    Hi! I am fascinated by the way in which Microsoft plans to change the nature of operating systems radically. Vista promises a better future -- lots of new data exchange solutions, better information organization and an easier GUI. It looks very exciting to me. However, there is still some doubt whether Vista will really be able to define the new wave of technology. I've been a user of Windows for the past 9 years, and have been accustomed to it (one reason I'll accept Vista quickly). I'd like to point out a few things that Microsoft should improve in order to gain more popularity (and market share ). Of course, I'm not a Microsoft empl ...Show All

  • Visual Studio Team System How should the baseless merge work?

    I tried it between branches that had the same ancestor, but were not directly branched. I got conflicts for every file, even if the file content is identical. Is the baseless merge useful at all We wanted to err on the side of caution; so every file in a baseless merge generates a conflict -- making any assumptions about what the user wants in a baseless merge scenario is, as we sometimes say here at MS "Handing the user just enough rope to shoot themselves in the foot with" :) We don't check file contents at the merge stage, so we don't have that opportunity to at least skip the files which are ...Show All

  • Visual Studio Team System Why is 'Drop' outside of source control?

    I'm sure a familiar site for a lot of people working with Team Foundation at the moment is a build machine file system littered with a folder after folder of previous builds in the drop location and it seems a bit odd that there is no provision for having the output of the build also placed in source control rather than clogging up the build machine, is there any particular reason for this So, OK, I could extend my team builds 'AfterBuildDrop' target to checkout the previous drop from source control and checkin the new one overtop and giving it a sensible label. I then want to be able at a later date to get against that label and publish to ...Show All

  • SQL Server Error Opening Report in Report Builder

    I try to open an existing report definition like "Bug Rates" (or any other ones for that matter) and always recieve an error with this: "Server data sources do not match RDL". Has anyone experienced this or know of a way to fix this It appears your report has multiple data sources in it, which means you probably built the report in Report Designer. Report Builder expects the report to have exactly one data source -- a report model. It has many other limitations as well, so opening an arbitrary RD report in RB is generally not supported (although vice-versa is fine). ...Show All

  • Visual C++ How to read *.txt file contents into CString object????

    Hi, I like to read the contents of a txt file into CString object in MFC program. Now, I use ifstream to read the contents, but it can read into char array only. Do you have any ideas Thanks, vcboy What's wrong with reading it into a char array (can the *.txt file contain Unicode characters - if it can then char is not the right choice) and then creating a CString from the array ...Show All

  • .NET Development Can not add validation event handler for a Column.

    Hi! I'm getting following error: Failed to add validation event handler because of the following error: Invalid Index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) When I double click on a column of datatable in dataset designer to add column validation handler. Can anybody tell me whether this is a bug or some error. How can I fix it Or is there anyother way to add event handler for a datacolumn regards. I'm using Visual Studio C# Express 2005. I'm getting mentioned above error. Can anybody tell me why is that happening. thanx ...Show All

©2008 Software Development Network