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

Software Development Network >> mukul narad's Q&A profile

mukul narad

Member List

HOODEY
Yadira
cykophysh
btrabon
Akshya
Jackie Pritchard
Paul Devine
ms_peterk
droid
Gr&#233&#59;gory Leandro
PaulOfTheGlen
Sri Harsha
Shoukhat Khan
Valcom
Topple
Ken Maier
CodeScribler
Graeme Lowry
Hillgogoangel
socalmp
Only Title

mukul narad's Q&A profile

  • SQL Server Setting DTS Connction object dynamically

    Hi: I have posted concerning this-I don't mean to double post but I have isolated the problem and have new information. (and I'm desperate!!) Please direct me to a DTS forum if this is not the place for this, I didn't see one. I am trying set the data connection object (ODBC to Sybase) twice in the same package but the Data Pump Tasks that use this connection don't seem to be using the new setting in the connection after the second time it is set, although at the end of the package I can see that the connection has been set. The pumps just use the original connection a second time instead of using the 2nd connection. Here is the pr ...Show All

  • Visual Basic Searching through MS - Word files of different versions (2002/2003)

    Hi, I hope someone can help me solve my problem. I'm using VB.NET Standard 2003, and am trying to create a piece of code that will search for a specific word through an ms-word file, and will open the file if it indeed contains that word. I want the program to be able to do this for both Word 2002 and Word 2003, without the user telling it what version he has installed on him computer. Now, I'm a bit new to programming, so if you have an answer for me, please don't assume i know what imports to use or what "coms" are, because i probably don't :) Any help would be appreciated, I've been working on this for a very long time ...Show All

  • SQL Server Unable to open Local Cube in Excel

    Hi, I have created a local cube (Offline cube) from SQL Server Analysis Services 2005(Using GLOBAL CUBE statement) with a name LocalCube1.cub. When I am trying to open the local cube using MS Excel 2003, it is giving a message "This DataSource has no visible Tables". I am trying to open the Local Cube file (.cub file) as follows : 1. In MS Excel -> Data -> Import External Data -> Import Data. Can any one help me in solving this problem. Any suggestions on why this message is occuring Regards, Gautham.   VGautham wrote: Hi, I have created a local cube (Offline cube) from SQL ...Show All

  • .NET Development DataGridView able to display different tables from .mdb?

    Hi, What I need to do is probably extremely simple to do but it seems I just can't find out how. I want to: -Display a form with a datagridview on it. -A button with an OpenFileDialog, which will be used to choose the .mdb file to load. -A combobox showing all the tables available in the .mdb -I want the datagridview to show the table selected the in the combobox...<---That's where I'm stuck... How the heck is it possible to do that neilsanner CommandBuilder is great if you are using SQL strings, but it doesn't work so well when using stored procedures; it has to be setup manually then. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA needs visual studio 2005?

    I am working with Dark Basic Professional and want to check out XNA. I have visual studio.net I can't find if XNA will work with VS.NET or if I will be forced to upgrade to VS 2005.  Knowing Microsoft they will use XNA to drive sales of every new version of visual studio that gets released. So will XNA work with visual studio.net Sorry if I sound bitter about all the new version of visual C. I don't have a lot of money and I keep hitting roadblocks. Are you speaking of XNA Build or the framework XNA Build will install the Visual Studio IDE so you don't need to purchase any Visual Studio product for it to work. We don't have any pl ...Show All

  • Smart Device Development .net CF 2.0 networking

    I have a quick question. Will CF 2.0 have any improved networking capabilities over CF 1.0 or we will still have to call native APIs I mean, will we have something like the classes in Opennetcf.Net namespace or better Something nice to build network aware apps that are able to decide to fall back to GPRS if there is no WiFi or if the user leaves WiFi area Hi Joaquin, The following are some of the additions of NETCF V2.0 in the networking area: - NTLM/Kerberos HTTP authentication - IPv6 support - CredentialCache For PocketPC, Connection Manager provides network awareness to applications to some ex ...Show All

  • Visual C++ code doesn't working, help.

    In Win32 project i have a code, that simmulating a left mouse click on Windows Start button and it work very well: #pragma comment(lib, "User32.lib") Add that just after the #include to <windows.h> (or anywhere else you find convenient for that matter) Alexxey wrote: In Win32 project i have a code, that simmulating a left mouse click on Windows Start button and it work very well: ...Show All

  • SQL Server Changes not replicated to subscriber

    Hi, I hope you can help me with this. I am setting up a tranasctional publication with updateable subscriptions using: use [LIMS_PUBLISHER_TEST] exec sp_replicationdboption @dbname = N'LIMS_PUBLISHER_TEST', @optname = N'publish', @value = N'true' GO -- Adding the transactional publication use [LIMS_PUBLISHER_TEST] exec sp_addpublication @publication = N'LIMS_PUBLISHER_TEST', @description = N'Transactional publication with updatable subscriptions of database ''LIMS_PUBLISHER_TEST'' from Publisher ''RIVIERA''.', @sync_method = N'concurrent_c', @retention = 0, @allow_push = N'true', @allow_pull = N'true', @allow_anonymous = N'true', @enabled_f ...Show All

  • SQL Server one to one relationship

    How do I create a one to one relationship in a SQL2005 Express database The foreign key needs to be the same as the primary key so it can't just increment to the next number. Sorry, but I don't understand. I did check the previously posted link and ordered a book called "Begginning SQL Server 2005 For Developers: From Novice to Professional(Experts Voice)" by Robin Dewson. I'm hoping that book will explain it so that I can understand it and put it to use. ...Show All

  • Windows Forms File Transfer from a non-filesharing server.

    What is the best method of performing the following step when the server in question is not sharing any folders (for security reasons) 1) Check to see if the server is online. 2) Connect (if needed) 3) Check a specific directory for any new files (by date) 4) Copy those files over to a local directory. Is there a way to use some sort of native w ...Show All

  • Visual Studio Express Editions SQL Express refuses to install

    I'm in the habit of removing any beta versions before I load any release versions, so I meticulously removed SQL2005 Express beta, Web developer Express beta, etc., and rolled back to a restore point set before any of the beta packages were loaded. Just to make extra sure, I rebooted the machine before beginning to download and install the released Express today. I opted to install Web Developer complete with The 2.0 framework, SQL 2005 and MSDN in one go. The install plodded along, downloading the 200Mb of MSDN and 54Mb of SQL and then stepped through a bunch of installs. It reported no problems. Imagine my surprise when the first starter k ...Show All

  • Windows Forms How come there is no download or synchronize option?

    Is there any synchronize option  The desktop copies always replace the web server copies.  Two users cannot share their copies through the server. That was a good question, thanks for the input. There are other things I would like to add to FotoVision as well: sub albums, specify the sort order of albums, specify the sort order of pho ...Show All

  • Visual C# Accessing FTP site from C#.net

    Hi, I need to know the best possible way to access and download files from an FTP site which is an internet site. This should work in .NET framework 1.1 and should support proxy mode. It would be better if someone shares sample code to achieve the same Thanks, John. Hi Using System.Net.WebClient you can send and recive information from any web site hosted in internet. I don't exectly know that it will support proxy or not. ...Show All

  • Visual Studio 2 Patterns for single Crystal Report (rpt) file

    Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Account Statement Date: (system date) Period Covered: (date from filter page) Control Number (data from db1) Company: (company name from db2) Address: (address from db2) Total Balance ( ...Show All

  • Windows Forms Editting (making bold) certain characters in a TextBox Control.

    Hi all, I have a TextBox Control of which I want to make bold the first couple of Characters. Is this at all possible, or will the Bold style be applied to the whole of the text within the TextBox Control The following is the code I have so far... txtSnagListLocation.Font = new Font(FontFamily.GenericSansSerif, 12.0F, FontStyle.Bold); Thanks Tryst not sure that you can do this with a textbox. I think you can only set the font on the entire textbox. But there is a RichTextBox class which I'm sure you can do it with. Regards Jero ...Show All

©2008 Software Development Network