Does anyone know how to create an automatic indexing page in visio, so that it will create a list of all the sheets in my document, including their name and number?
a visio novice
I am trying to create a webcrawler type application in VB.NET which will initially just look through a URL i specify to see if a certain link or picture file is contained within the page.
Can anyone please help me acheive this, So far from my very limited knowledge and pieceing together of...
How can i find the name of a primary key in oracle? where can i find the name of the primary key and what fields of a tbale make up that primary key?
Thanks
a desperate novice
I am trying to create a proc to delete a table if its exsists in the user_tables. The syntax of the following proc is accurate but the problem is that my tables tabel_name does not exists in the user_tables tables. (thats a lot of tables in one sentence).
Can any one offer me any advice so i...
CREATE OR REPLACE PROCEDURE DeleteIfExists
AS
iexists Number;
BEGIN
select count(*) into iexists from user_tables where table_name = 'tmpFIXDCActns';
if
iexists := 1
then execute immediate 'drop table tmpFIXDCActns';
end if;
END;
I was told that the in ORACLE you cannot use DROP IF...
Can anyone please tell me why the following procedure does not work?
I have tried everything, and it just wont work, compilation messages in the past have stated that it requires an 'INTO' clause, but adding this makes no difference and only produces another compilation error. PLEASE...
declare @newKey integer
select @newKey = coalesce(max(actionkey),0)+1 from tbale_name
update tableName set NewActionKey=@newKey, @newKey=@newKey+1
update tablename set ActionKey = @newKey+2
go
Can anyone help me translate this SQL server syntax into something that Oracle will understand. I am a...
Im trying to set up MySql on an appache server on my laptop. However everytime i try to connect to mysql.exe within the bin directory i get the following error message
Access denied for user 'ODBC'@'localhost' <using password:NO>
i have obviously tried to enter a password and the same error...
Hi can anyone help me understand what the BDE does? i know it has something to do with database connectivity but was wondering if anyone could explain it in a logical way i.e what conects to what including source code, sql, BDE and the actuall database? How does this process work in what...
A really simple one for anyone who has a clue about flash, which is not me.
I have a button which consists of only text. I want the colour of the text to change to white when the user mouse over it.
Can anyone help
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.