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

Software Development Network >> Dan-Teklynx's Q&A profile

Dan-Teklynx

Member List

CF2006
Learning VB
Jakein2006
Nilesh Ingale
donnie100
Matt5646
srjing2
Solitaire
Dan Lingman
Bill_W
Trophimus
Tomys
ThomasJaeger
spoimala
Venkata varma
jy1234
Olle SW
softwarejaeger
Serge Lobko-Lobanovsky
wuzzle
Only Title

Dan-Teklynx's Q&A profile

  • SQL Server cannot connect with JDBC to express 2005

    Hi all, I try to connect with a java application to a freshly download SQL server express 2005, but I cannot anything I do. If I try with the following string "10.0.0.82:1433;databaseName=flavio;user=f.palumbo;" I get this message : java.sql.SQLException: Impossibile eseguire l'accesso per l'utente 'f.palumbo'. L'utente non e associato a una connessione SQL Server trusted. If I try with this string "localhost:1433/flavio" I get this message : com.microsoft.sqlserver.jdbc.SQLServerException: Il numero di porta 1433/flavio non e valido. So I'm getting crazy to find out a solution ... can somebody help me Thanks a lot Flavio Also, to troubleshoot express issues you ...Show All

  • Windows Forms How can I set the default Font Style to TimesNewRoman-11 in C#.net Windows Application?

    Hello All, I am retrieving the values from the Access Databse and populating in the Ms Word document using the following code. private void button1_Click(object sender, System.EventArgs e) { try { button1.Enabled = false; StreamWriter sw; DateTime dt = DateTime.Now; string strFileName = @"Rene's book " + dt.Day + dt.Month + dt.Year + dt.Hour + dt.Minute + dt.Second + ".doc"; string strMyOdbc = "SELECT * FROM Contacts "; strMyOdbc += "ORDER BY Account, LastName"; OdbcConnection myConnection = new OdbcConnection(strOleDbConnection); OdbcDataAdapter myOdbcAdapter = new OdbcDataAdap ...Show All

  • SQL Server sqlevn70.rll

    When I boot up my system (xp)I get the following message ' sqlevn70.rll is either damaged or corrupt...' what should I do Sqlevn70.rll is SQL Server's resource string file. Could you check your SQL Server installation directory (normally, at "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\Resources\1033") and see if the file is in the directory If yes, could you check if it looks normal (by checking its date modified, size, version, etc) ...Show All

  • Visual C++ PRJ0003 Error During Batch Build Via TELNET

    The following error is received while attempting to build an application using VCBUILD via a telnet connection to our build server: Microsoft (R) Visual C++ Project Builder - Command Line Version 8.00.50727 Copyright (C) Microsoft Corp 1993-2003. All rights reserved. Build started: Project: LbbvApp, Configuration: Release|Win32 Compiling... Project : error PRJ0003 : Error spawning 'E:\Microsoft Visual Studio 8\VC\bin\cl.exe'. Build log was saved at "file://g:\LCMBLDP\LSNR\BldFolder\sforllj\ReferenceDir\LLG033010\DEV\LCMBLD\OBJ\BuildLog.htm" LbbvApp - 1 error(s), 0 warning(s) We found the following post from Dec 2005 which seems to be discussing the same issue: http://forums.microsoft.com/MSDN/Sho ...Show All

  • Visual C# Change ReadBufferSize...

    Hi there. I want to change the ReadBufferSize value of a Serial Port object. The ReadBufferSize property has the following form: public int ReadBufferSize { get ; set ; } When I am writting to my code port.ReadBufferSize = 300000, where port is the serial port object, nothing seems to happen. What might be the problem and what am I doing wrong I would really appreciate any help of you. Thank you in advance.. Hi, the property ReadBufferSize needs to be declared as follows: ---------------------------------------------------- 1)You need to have an int variable and then  define property.    private   int nReadBufSize;     public int ReadBufferSize  ...Show All

  • Windows Live Developer Forums academic.live.com irritations

    Hi there, academic.live.com is great for students like me Good Job but i see the following problems in it: -the survey is sad. its not and enjoyable survey. I had to unselect some of the answeres for some questions to continue. Not enjoyable at all ! -the search is slow and reloads after i visit a hit and return/come back. Can i have a preference somwhere which would allow me to open each hit in a new tab/window -i am lost in the the web of hits. This happens because of two things: one, the search scroll bar moves around when it loads new results, I know i am supposed to look at the counter on top but i feel thats not intutive. Secondly when i visit a hit and come back to the search it shows from the start (because i think i ...Show All

  • Visual C# Will multiple inheritance be supported in the future?

    Just a thought... this article may be useful http://www.c-sharpcorner.com/Language/MultipleInheritanceCB.asp ...Show All

  • Visual C++ Sending CB_GETCOMBOBOXINFO Message in a Winform Application

    Hi, Trying to send the message by use of SendMessage function to a ComboBox control, first the compiler does not see the defined value of the CB_GETCOMBOBOXINFO, although the windows.h header file is added to the project. Still, have added the actual 0x0164 value of the message-constant to the code, the compiler generates errors regarding the four arguments required by the SendMessage routine. Any links to proper documentation for this task, or comments Best Regards, Reza Bemanian Have checked the checkbox as you pointed to in your reply, fixed the problem. Now it both compiles and links. I have not run it yet to look at the info structure, but hopefully it works accordingly. Thanks for your repl ...Show All

  • Visual Basic Trying to disable a menu item

    Total beginner here. I'm trying to disable a menu item when a certain criteria is not met. The menu item is called "Administrate Users" and I am trying to disable it through the following code: If userName <> "Criteria" Then For Each FileMenuItem As MenuItem In Me .Menu.MenuItems If FileMenuItem.Text = "Administrate Users" Then FileMenuItem.Enabled = False End If Next End If The error message I'm getting is: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Any help Many thanks Mark You're trying to access the ...Show All

  • Visual Studio VSTA SDK

    Hi, I've downloaded and installed the Visual Studio 2005 SDK v3 August CTP which is supposed to contain the latest version of the Visual Studio Tools for Applications toolkit (according to this page http://msdn2.microsoft.com/en-us/vstudio/aa700828.aspx ). In the SDK directory I can find the samples (ShapeApp) however it appears that no documentation has been installed. Is the documentation in the August CTP or do I have to download an additional or alternative version of the SDK Regards, Anthony Williams Does this link work How to: Install Visual Studio Tools for Applications (ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstasdk/html/a4c8dea3-0f70-4044-b2cc-f8510c66aca5.htm) ...Show All

  • SQL Server Conversation that dont end.

    Hi There Message ordering is of utmost importance in our application. As i found in testing the only way to ensure message ordering is if they are in the same conversation.If you send multiple messages in different conversations there is no garantee which will be processed first. Therefore i will be creating conversations that last "forever", that is using a single conversation. I plan on doing a BEGIN DIALOG CONVERSATION when an inititator site is setup and writing the conversation handle guid to a table. I will them simply SEND ON SONVERSATION using the guid, i will never issue a end conversation from target or initiator. Is this theory solid, ie: is there a better way or best practice to do this I know tha ...Show All

  • SQL Server Is there a load event or run event?

    Is there a load event or report run event for a report that can be accessed I need to have my report jump to a certain url whenever it is run but I cannot use the jump to url because that has to be clicked. I need this to occur automatically. Any suggestions You could do something like this: Protected Overrides Sub OnInit() Response.Redirect("MyOtherUrl.aspx") End Sub ...Show All

  • .NET Development Build connection string like COM?

    I have an application that can support different database connections (Access, SQLServer, Oracle) and I want to let the user pick the provider and the data source at run time. In the COM world you can use interfaces such as IDBPromptInitialize and IDataInitialize... to do the heavy lifting. I want to do the same thing in my .net application. I've found the OleDbEnumerator and factory classes, and the OleDbConnectionStringBuilder, but there doesn't seem to be a cohesive method to all this. Is there anything that is a little more 'ready made' or do I have to manually enumerate the providers, and then manually enumerate all the possible key/value pairs for their connection string properties Thanks, Ken ...Show All

  • Windows Forms Dataview row Filter issue

    When we use something like this to filter the dataview we get some error.....what could be the reason... filter=" [FieldName] LIKE 'adfasdfsd*asdfasdfasd%' "; dataview.RowFilter= filter; Could anyone explain the reason why * char is treat in special manner...... it act as a wild character if we simply do filter=" [FieldName] LIKE '*%' "; dataview.RowFilter= filter; it doesnot display entry starting from * , rather it display all the data without any filter applied. Eagerly waiting for the reason..... Thanks in advance...   What is the exact error message   To filter:   BindingSource theBindingSource = new BindingSource(); theBindingSource.DataSource = this.theDataGridView.Da ...Show All

  • SQL Server Geting the last inserted row for each CLIENT. How?

    Hi, I have a CLIENTS table with pk CLIENT_ID, and a CONVERSATIONS table where CONV_ID and CLIENT_ID form the pk, there is another column CONVERSATION_DATE where the conversation data is registered (and other columns). Now I need to retrieve, for each client, the last N (for some clients, eventually, less then N) conversations with one T-SQL statement. Does anyone knows how to do this Is it possible with T-SQL only Thanks. It would help if you post the version of SQL Server you are using. In SQL Server 2005, you can do below: select c.*, t.* from CLIENTS as c cross apply ( select top(@n) * from CONVERSATIONS as cn where cn.CLIENT_ID = c.CLIENT_ID order by cn.CONVERSATION_DATE desc ...Show All

©2008 Software Development Network