I created a "UITypeEditor" class in "UITypeEditorEditStyle.Modal" style. I made my class Editor work, even I am able the add values (because it is an editor of a collection class).
So, I got my class that has a property that is a collection. I built and editor for this...
Just did some like that:
CREATE procedure procDEMO03(@cs varchar(200))
as
begin
EXEC ('SELECT * FROM tableDemo01 WHERE id in '+ @cs)
end
GO
EXEC DEMO03 '(1,2,3,4)'
and it works fine. I don't know it this examples helps. if it doesn't please let me know
I am using this query ("SELECT * FROM INFORMATION_SCHEMA.constraint_column_usage")
with my personal DataBase "demo01", for some reason it doesn't bring primary key fields for tables which its owner is not dbo, which is very necesary.
Does anyone know why? or what can I do...
I would like to help, But I need to know in first place why you didn't just called it in your first select? I mean in this select you call as many variables as you want, for instance:
Select @TopDate = max(PAYPERBEGINNING), @Var2 = AVG(field2)
from TimeDB..EMPLOYEEBENEFITS
But if there's an...
I am handling a property:
private Field[] m_fields = new Field[1];
But the numbers of fields will change during runtime, I don't want to set the index to 100 or more, I would like to change it when need it. I don't know how to do this.
public virtual Field this[string name]{
get{...
Yeah,
I allready try "Application.StartupPath". What happens is that it gives me a path that is not a right one. It always returns a path point to my desktop but it is not there where my add-in is intalled.
Thanks a lot for ur help
Please!, read my problem....
Jones, Smith and Clark work as: programmer, data base administrator and manager (Although that is no necesarly the order of their jobs). Jones borrowed from the programer $10. The wife of the manager does not let him lend money. And Smith is not married.
/*...
I am building a MS Word add-in with C#.
As part of my project I add a word template "MyDemo.dot" that is going to be in the same directory that my Add-in is being install.
After it has been installed I need to know where my template was placed, I mean the path, for instance...
Using "user_constraint" I am able to know when a relation has CASCADE or Restrict "Delete Rule" when I deletes, but I would like to know that if there's and UPDATE if the update is CASCADE or Not.
Does anyone now how I can get this information from ORACLE DataBase? (It can...
Hi, I am using "user_constraint" in order to get Data Dictionary directly from the Database but I only can get delete_rule field, but I would like to know the Update_rule and Insert_Rule as well.
Does anyone now how I can get this information from ORACLE DataBase? (It can be any not...
Hi, I am using "user_constraint" in order to get Data Dictionary directly from the Database but I only can get delete_rule field, but I would like to know the Update_rule and Insert_Rule as well.
Does anyone now how I can get this information from ORACLE DataBase?
Thank you.
When I make a query in the query Analyzer, the dateformat by defualt returned is year/moth/day. I would like change it. I mean is if I do something like :
select GetDate()
The format will be for instance day/month/year.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.