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

Software Development Network >> Bruce Bukovics's Q&A profile

Bruce Bukovics

Member List

Ananda Ganesh
Jamie Thomson
aliasx
ChrisMcCabe
Webstar
shatl
arkiboys
Keith Brown
mcobrien
Webbert
James Geall
aDarren
kcchesnut
Tim Anderson
minhhoang
Help Me out Please
jaegd
Derek at Potters Clay
Jon_H
GPinNY
Only Title

Bruce Bukovics's Q&A profile

  • SharePoint Products and Technologies Has the official release of Sharepoint Server 2007 been released?

    Hi at all , I'd like to know if the official release of Sharepoint Server 2007 has been released and where can I get it And another question is : Does someone know how much it cost Thanks in advance ! Igiz Yes it has been released and you can download a trial version (which you can upgrade with a licence key) at the MS download site or MSDN subscriptions. http://www.microsoft.com/downloads/details.aspx FamilyID=2e6e5a9c-ebf6-4f7f-8467-f4de6bd6b831&DisplayLang=en You should contact your reseller for the exact prices. - Mart ...Show All

  • SQL Server File Share Subscription

    I have been trying, unsuccessfully, to set up a File Share Subscription. (The path is a location not on the report server.) On the destination server, the network permissions are set to full and the NTFS permissions are set to modify. I found a post that said a Shared Schedule had to be used for this to work, so I tried that with no luck either. This is the error message I'm receiving: "Logon failure: unknown user name or bad password. " However, I can manually map a drive from my machine to that network drive. And we've also been able to set up the File Share subscription to deliver to a different location on the network w/o issue. In the file share subscription,use your login ...Show All

  • .NET Development How can I detect muliple rows in dataset using XSL ?

    Hi I have the follwing dataset(Tbl1 and Tbl2 with two rows).I have xsl file(given below) to restructure the xml file. Tbl2 may have more than one row and the dataset may change time to time(Tbl2 will be 1 or more rows) If Dataset with 1 row of Tbl2 I can handle xsl file to manage it. But If Dataset with more than 1 row in Tbl2 (please look at the xml file below) How can I write the code(xsl)to detect the rows and place the data in between the elements in the output(look at output xml file) Scenario Dataset <Dataset> <Tbl1> <A>aaa</A> <B>bbb</B> <C>ccc</C> <D>ddd</D> <E>eee</E> </Tbl1> <Tbl2> <1>one</1> <2>two</2& ...Show All

  • Visual Studio Team System Server name in Changeset.aspx

    I changed the name of my TFS server in all sorts of places, but there is one left which I can't figure out. When I get an alert email that something new was checked in, I get an email with a link to the changeset. It ends with /VersionControl/Changeset.aspx artifactMoniker=16&webView=true. In there is a reference to a XSL stylesheet, but that reference is using the old, original server name. How can I update that one as well Thanks, David Jeff, I am afraid I didn't explain myself clearly. I changed the server name of our TFS server with the activateat from tfs01 to tfs01.mycompany.com. I also changed the TFSNameUrl and the TFSUrlPublic in the web.config in the Web Service directory. But ...Show All

  • Visual Studio Team System Version 2.0.50727.145 - Large schema import, then compare, too many diffs

    I am using: Microsoft Visual Studio Team Edition for Database Professionals Version 2.0.50727.145 1) A large schema was imported [ one unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.TeamSystem.Data.Schema.Interpreter.InterpretUpdateTextStatement(TSqlFragment fragment, ISchemaAnalyzer analyzer, List`1 path) at Microsoft.VisualStudio.TeamSystem.Data.Schema.Interpreter.CallSubInterpreter(InterpreterDelegate interpretationMethod, TSqlFragment fragment, ISchemaAnalyzer analyzer, TSqlFragment parentFragment, List`1 path) at Microsoft.VisualStudio.TeamSystem.Data.Schema.Interpreter.InterpretBeginEndBlockStatement(TSqlFragment beginEndBlockStatement, ISchema ...Show All

  • SQL Server How to know if user have access to a specified DB

    Hi ! I'm searching a way to know if a specified user have access to a specified database. For sure I may look with Enterprise Manager, but I'm searching a way by looking in System Table, or using StoreProc Where the Info about user and is Database access are store Any idea I'm using MSDE Zak Actually, when I went outside for a walk I realized that this doens't completely answer the question. A user could be aliased. Hang on and I will get you some more information. Sorry about rushing the answer. Dave ...Show All

  • Windows Forms datagridview

    hi, i have a datagridview(vid=sual basic 2005 and sql server 2000 thru dsn im working). i want to 1)display data from a table to datagridview 2) add new rows 3)delete 4)update. i added a datagridview and added 15 columns to that ans set name and columnheader for each. i also want some of the columns to be calender etc...(i added genericdatagrid user control.dll) i have the following code in the form load but no data is coming. can u please help con.ConnectionString = "dsn=alphasql" con.Open() da = New OdbcDataAdapter( "Select * from Company" , con) 'da.SelectCommand = New OdbcCommand("Select * from Company", con) da.Fill(ds, "Company" ) DataGridVi ...Show All

  • SQL Server How to set Multiple Active results Sets (MARS) enable in ODBC

    hello all there can any body tell me how could i set the Multiple Active results Sets (MARS) option on/yes in case of the ODBC. The thing is i create the connection using the SQL Native(sql sqrver-2005)wizard, i got following when create the DNS Microsoft SQL Native Client Version 09.00.1399 Data Source Name: DM_N Data Source Description: Server: vsnet1 Use Integrated Security: No Database: DM Language: (Default) Data Encryption: No Trust Server Certificate: No Multiple Active Result Sets(MARS): No Mirror Server: Translate Character Data: Yes Log Long Running Queries: No Log Driver Statistics: No Use Regional Settings: No Use ANSI Quoted Identifiers: Yes Use ANSI Null, Paddings and Warnings: Yes i just want to set the ...Show All

  • Visual Basic how to write an event on variable value change?

    how to write an event on variable value change I have a class level variable declared and then it's value changed (it is changed from other class object) i need that it raise an event Is that possible and how it's done As long as class B knows about class A (i.e.: is derived or has a object reference to A), it can call a friend function in class A that calls RaiseEvent. If neither applies, class B could raise an event that is caught by class A which, in turn, calls RaiseEvent on its own event. That requires that class A has a reference to an instance of B, which it should in your case. Tell us which it is and we'll provide a code sample if you need it. ...Show All

  • SQL Server Calculated Measure for Average Hours Worked Per Week

    Hi, I am building cube containing a fact table which has a primary key consisting of "Employee ID" and "Date Worked", with a measure of "Total Hours" (hours worked for that employee on that given day). We have an employee dimension and date dimension in this cube. The date dimension has hierarchies of year, quarter, month, and day. Currently, when I report on the cube, it gives me the sum of the total hours worked by the appropriate dimension. However, I also want this to display average hours worked per week, but I can't figure out how to do that using a calculated member. For example, if I looked at the data by employee by year, it should show me the average number of hours worked per week over a given ...Show All

  • Visual Studio 2008 (Pre-release) Possible BlockCollection bug - Need clarification

    Not sure if this was by design or a bug. When taking blocks from the BlockCollection of a RichTextControl and adding to a FlowDocumentViewer, the source collection will suddenly wipe clean once you have added the first block of the source collection to the destination collection. ie Place a RichTextEdit and a FlowDocumentPageViewer onto a form. Enter text into the RichTextEdit making sure more than one block is entered. and have the following code execute from a button click ect FlowDocument destinationContent =(FlowDocument)flowDocumentPageViewer1.Document; FlowDocument sourceContent = (FlowDocument)richTextBox1.Document; Block currentBlock = sourceContent.Blocks.FirstBlock; for (Int32 blockIndex = 1; blockIndex < sourceContent.Blocks. ...Show All

  • Visual Studio crystal reports execute slow when run the first time in VB 2005 application

    I have developed a VB.net 2005 application with Crystal Reports. When i run the .exe application the first time & run a report, the report takes a considerable amount of time to execute on screen. But, after closing the report and running the report again, it executes & displays quickly on screen. Subsequently, if i run other reports, they execute fast. The problem appears the first time i run any report after logging into my .exe application Pls. help. I do not see any errors ........... Alex Hi I had this same problem but with VB 2003 after upgrading to Crystal Reports XI. Take a look at the KBase Article ID: c2018729 on the businessobjects.com web site. After applying the hot fix the fi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sound problem in Space War

    I created a Space War starter kit and the only modifications I made was to uncomment the line in GamePadHelper.cs for the #define USE_KEYBOARD. When I run the game the sound works fine until the first round is over. Then the music sound freaks out and just sounds all static-y. Does anyone else have this problem and does anyone know what is happening There was another post about the Ship Upgrade screen being missed out, but the sounds from the money being added still playing - might be what you're hearing. The post title is along the lines of "Ship upgrade screen being skipped", and has a fix to stop it happening :-) ...Show All

  • Windows Forms Copy+Paste Music File Data to Word from Windows Media Player

    I don't think I can be the only person to have wondered this but the question is "Why can't I copy and paste iformation i.e. Artist. Track Title. Composer. Duration etc from Windows Media Player to another application such as MS Word or Excel I would have thought that it would have been easy to do, but for some reason you/I can't copy and paste the info on WMP into anything else. The only reason I can see for this would be to stop people using it to make it easier for them to 'pirate' music onto a CD or DVD, which it doesn't, I just don't understand it, maybe I am missing something simple. I hope the question is clear and that someone can help resolve this issue. I think I recall being able to do this from the i-Tunes nusic player. ...Show All

  • Visual FoxPro my SQL passthrough problem

    Good day to all, could i ask where i got wrong with this code , because when i run the .prg for this code, at first try it won't work, then the second time around it works, as if no error. Like when you open VFP, then at the command window you execute the do command, it won't work, but at the second or 3rd try it works. Please help...thanks in advance LOCAL lcConnect STORE 0 TO lcConnect STORE SQLCONNECT ('My SQL Server Connection','' ) TO lcConnect && to determine if u r connected to the proper server. IF lcConnect <= 0 && if you can't connect to the specified server then exit. = MESSAGEBOX ('Cannot make a connection to the server!', 16, 'SQL Connection Error') RELEASE lcConnec ...Show All

©2008 Software Development Network