Ruxming's Q&A profile
SQL Server Looking for some magic
... well, perhaps some sophistication. The setup: Server A publishes to server B via transactional replication. Server A is to be shut down while some electrical work is done. So we fail over to server B for a couple days. My underpowered brain says to shut down replication, possibly fail over well in advance of the power outage. Then, when the electrical work is done and server A is restarted: 1) stop work on server B, 2) copy the database on B to A (I suppose after deleting it from A), and 3) redoing the replication from scratch. Can anyone recommend a better process I am very gratefull for any enlightenment. ...Show All
Visual Studio Express Editions Reading textfile into listview
Hi there people. I've got another question I hope you'll be able to help me with. I've been keeping track of a few things and have been saving numbers to a text file in a table type format. An example: Team Wins Losses Ties Games Played Team 1 4 2 2 team 7 1 0 8 etc etc etc etc etc All is ok saving it but now I'd like to view the data I've entered in a listview. I know how to read it with streamreader and split the strings (using "\t" becase I've made it tab delimited) but the thing is now, how do I make it know (the listview) when a new line is to be added My last approach I thought I co ...Show All
Visual Studio Express Editions Where is the data?
Good Evening Everyone, Would someone please explain in simpleton english the following: I am using a database connected Listbox to run a query. On ListboxIndexChanged, the result of the query fills a single textbox. I need to perform some additional arithmetic on the query result to fill in a 2nd Textbox , and also need access to that result to do some other functions. Where is the result stored Is this explained somewhere in a book Thanks! Elgee Does the query sum up something And you need to perform another function on the actual sum or on the actual rows returned The latter is going to be difficult as ...Show All
Windows Forms Windows XP-like Controls for VB .Net
I was wondering where i could find some FREE UI controls for VB .Net that resemble the windows xp interface, like menus, task bars, etc. Well, in some cases, you really don't need anything extra. Check out the EnableVisualStyles method in online help, if you're using the 1.1 version of the Framework. There are lots of controls out there,& ...Show All
Visual Basic Clickonce deployment - An attempt to attach an auto-named database failed
Hi, I have an application which I wish to deploy using clickonce from a web server to a number of client machines using VS 2005 Beta 2. The application requires an SQL Server Express instance on client machines to manipulate user data. When I publish my application to an apache web server the client machine is able to install the application with no problems. However whenever the application is loaded on the client machine I get the exception "An attempt to attach an auto-named database failed....". This exception does not occur in normal debugging. It appears that it is trying to access a database file copied ...Show All
Architecture Microsoft DataWarehouse String Resource Tool in Enterprise Library
Hi, I notice that the Caching Application Block in Enterprise Library uses Microsoft DataWarehouse String Resource Tool to deal with strings. The tool simplifies the way we deal with lots of strings constants. I am wondering if that tool is publicly available. Thanks. visit < http://www.gotdotnet.com/codegallery/codegallery.aspx id=295a464a-6072-4e25-94e2-91be63527327 > and search for "string resource tool". ...Show All
Visual Studio Express Editions horse racing
Hi there I write horse racing programs, based on my knownledge of the subject. The main problem is automating the huge amount of data I require. I have almost completed the task. ( 95%) Being new to VB I need abit of help please. I need a program that will visit a webpage and then save it automatically to a text file as source code. I can do the rest. (string manipulation etc.) (The target pages will be already known to the program.) thanks from carlisle Hi spotty thanks for your help. The bit about the wineList was enough code to sort my problem out. cheers from Gary ...Show All
Visual Basic Expanding and Contracting Code Blocks
In visual studio, code blocks such as sub programs can be expanded or contracted. Is there a way to expand or contract all the exposed code blocks at one time. Thanks, Fred ...Show All
Windows Forms Combobox
How to make a combobox uneditable. Thanks Hi, You can change the DropDownStyle to DropDownList to do so. Regards, ...Show All
Software Development for Windows Vista Welcome Tablet PC/Mobile PC users and the world!
We stand ready to answer your questions! Moderators are standing by! I actually have a Toshiba Satellite R10 and I wonder if there are similar options available for this model. ...Show All
Windows Forms Teaching .Net in Colleges
In January 2004 (possibly in September 2003), I will be teaching VB .Net at a local college. I was wondering what kind of ideas my friends over here have for me. Also, does anyone know of a school that is already teaching .Net I'd like to find out what they are doing too! Let me know as soon as possible as the 2004 class books need ...Show All
Visual Studio Express Editions Do Loop
The problem is when the main function of a do loop is too short the program will freeze like so: Do Until Running = False lbl.Text = "meh" Loop well since lbl.Caption = "meh" is executed so quickly in the loop the loop is executed at a rapid speed and the program will freeze immediately >_< what I want is to have a very rapid speed speed(less than 1 millisecond) but without having the program freeze immediately. Any ideas on how this can be done PS: I already tried using Application.Doevents like so: Do Until Running = False lbl.Text = "meh" Application.DoEvents() Loop but it really lowered the speed. ...Show All
Visual Basic how can i disable HOOK?(in vb.net)
hi i will have a question how can i disable or disarm HOOK (in vb.net) Please Help!!! in vb6 or c++ u can hook the api's! thats a kind of hacking(im not interested in hacking just wanna disable hooking) So how can i Disable hook ...Show All
Visual C# Datagridviews inC#.net
I need to put a search on the Datagridview How do u do this Hey hows it going... If you register a Visual C# edition, you'll get a bunch a free stuff (Its worth it) - Included in the items is a PDF book called "Build a program now" - The 2nd half of the database section in this book explains exactly what you are trying to do... ...Show All
SQL Server where can I store the mining results from mining models in SQL Server 2005 data mining engine?
Hi, all here, I am wondering where can I store my mining results in data mining engine For example, I got mining results like accuracy chart, decision trees, and other formats of results based on different mining algorithms I used for my data mining, so where can I actually store the results for reporting service use later Is it possible to do that in SQL Server 2005 Thanks a lot for any help and guidance in advance. It's not a simple question. recently there was a tip/trick on www.sqlserverdatamining.com for rendernig a decision tree in a report. For the other views it may or may not be possible to do what you want dependin ...Show All
