Open-site.org Public Forum

Welcome, Guest. Please Login or Register.
Nov 23rd, 2009, 10:09pm

The Main Open Site Code Page

Home Home Help Help Search Search Members Members Login Login Register Register
Open Site - Code Development Forum « Recent Posts »


 1   Public Forum / General / Open-Site 2.0  on: Nov 4th, 2007, 10:56am 
Started by mjflick | Last post by mjflick
A snapshot is now available: http://open-site.org/code
  Reply Reply Quote Quote Notify of replies Notify of replies

 2   Public Forum / General / Subject1  on: Aug 16th, 2007, 6:23pm 
Started by Test | Last post by Test
Hi
 
 
G'night
 
  Reply Reply Quote Quote Notify of replies Notify of replies

 3   Public Forum / General / Re: Installation Guide  on: Aug 4th, 2007, 11:03pm 
Started by devans | Last post by devans
Nope never got it running but will wait now for the new version appears and hound the roots till they make it newbie easy. Cant be long now! Thanks for your suggestions.
  Reply Reply Quote Quote Notify of replies Notify of replies

 4   Public Forum / Announcements / Re: Use of Underscore in page html name / Title  on: Jul 12th, 2007, 8:22pm 
Started by Geoffrey Haselhurst | Last post by sweetfunny
I still notice there's an underscore in most URL's. Example: http://open-site.org/Computers/Programming/Languages/Assembly_Language/
 
Google and most search engines ignore the underscore in URL's, so "Assembly_Language" becomes "AssemblyLanguage" (One word)
 
The best solution is Hyphens ie "Assembly-Language" which Search Engines see as a space.
 
The titles however are excellent!
 
  Reply Reply Quote Quote Notify of replies Notify of replies

 5   Public Forum / Announcements / Re: 0.5.3  on: Jul 12th, 2007, 8:07pm 
Started by mjflick | Last post by sweetfunny
I couldn't see an announcement, but the latest version is 0.54 availiable for download here: http://open-site.org/code/download/0.5.4/
  Reply Reply Quote Quote Notify of replies Notify of replies

 6   Public Forum / General / Re: Windows  on: May 10th, 2007, 5:24am 
Started by berk | Last post by devans
You little beauty!
  Reply Reply Quote Quote Notify of replies Notify of replies

 7   Public Forum / General / Zip Version  on: Apr 7th, 2007, 5:35pm 
Started by devans | Last post by devans
Is it possible to get a .zip version of the code?
  Reply Reply Quote Quote Notify of replies Notify of replies

 8   Public Forum / General / Re: Still Active  on: Apr 7th, 2007, 5:27pm 
Started by bret.miller | Last post by devans
A lot of work has been going on to get us to Version 2.0 and the development of a foundation to support the OEP in its wider development.
I understand 2.0 is well underway.
  Reply Reply Quote Quote Notify of replies Notify of replies

 9   Public Forum / Development / parameter received with apostrophe              on: Jan 31st, 2007, 3:11am 
Started by biap | Last post by biap
I'm trying to execute this stored procedure from a source code
CREATE PROCEDURE DB_RESTORE
@DBName varchar(60),
@BackName varchar(120),
@DataName varchar(60),
@DataFileName varchar(120),
@LogName varchar(60),
@LogFileName varchar(120)
AS
RESTORE DATABASE @DBName
FROM DISK = @BackName
WITH REPLACE, MOVE @DataName TO @DataFileName,
MOVE @LogName TO @LogFileName, STATS
GO
 
If I do it from query analyzer like this it works fine
RESTORE DATABASE Test1
FROM DISK = 'F:\Users\Bianca\Test.BAK'
WITH REPLACE, MOVE 'BD_Data' TO 'F:\USERS\DATABASE\BD_Data.MDF',
MOVE 'BD_Log' TO 'F:\USERS\DATABASE\BD_Data.LDF', STATS
 
The problem is when I try to execute it from the code source it takes Test1 between apostrophe like 'Test1' and that is not good.It works only if Test1 is between quotation marks.
 
cmd.CommandType = CommandType.StoredProcedure;
cmd.Parameters.Add("@DBName", OleDbType.VarChar, 60).Value = "Test1";
cmd.Parameters["@DBName"].Direction = ParameterDirection.Input;
cmd.ExecuteNonQuery();  
 
if I trace it with SqlProfiler it looks like this during execution time:
exec[DB_RESTORE] 'Test1', 'F:\Users\Bianca\TEST.BAK', 'BD_Data', 'F:\USERS\DATABASE\BD_Data.MDF', 'BD_Log', 'F:\USERS\DATABASE\BD_Data.LDF'
How can I send Test1 to see it like "Test1" and not 'Test1'
  Reply Reply Quote Quote Notify of replies Notify of replies

 10   Public Forum / General / Import & export Option in Bugzilla  on: Nov 30th, 2006, 2:04am 
Started by smhemanth | Last post by smhemanth
HI All,
 
I am woking as a test engg in RelQ Bangalore i had one quire in Bugzilla.
 
Bugzilla 2.22.1 was sucessfully installed & its working fine but i want the import & Export option in bugzilla but i failed to see the option on the screen can any body help me out in setting the import & export option in bugzilla
 
Regards
Hemanth
  Reply Reply Quote Quote Notify of replies Notify of replies

Return to the board index.

Open Site - Code Development Forum » Powered by YaBB 1 Gold - SP 1.1!
YaBB © 2000-2002,
Xnull. All Rights Reserved.