Something I have not seen before, on my desktop I have a pencil with a red circle and line throught it. Now obviously I took this to mean know write permissions, but I can writ e to the directories. Which is good since it is my home directory. I just need to know what the symbols are supose to...
Hello
I am fairly new to Novell. Well basically all I can do right now is Add user accounts, Passwords and stuff like that. Anyways this Novell system is set up to create a dynamic account which it does. The problem is that when it creates it and you log out it does not use that same account...
Hello
1) First I want to apologize for not taking the time to look into this myself. Unfortunately this database is not on any pririty list.
2) Second if this question has already been asked, then I apologize for resubmiting a duplicate question. Please refer to 1.
With that said; in...
Hi
I am trying to set security to a partition in the hard driove to limit the access to the addministrative group and a tech group. I also want to secure the other partition to just the administrator and client group. This well easy enough to do in Win2K but XP Pro does not have the security...
How do I get my tables to be writable? When I try to update intsert or alter a table it comes back Table is read only. and it does not matter if I am using the database provided or one of my own. I am using linux and i have write permisions to the files.
Any help would be appreciated.
Dave...
First I am using VB5 Enterprise Edition. and I am trying to run this query in this code:
Private Sub cmdUpdate_Click()
strsql = "DROP TABLE temp;" _
& "CREATE TABLE temp" _
& "SELECT COUNT(*) AS Calls, SUM(minutes) AS Minutes FROM" _
& "details WHERE time...
First I am using VB5 Enterprise Edition. and I am trying to run this query in this code:
Private Sub cmdUpdate_Click()
strsql = "DROP TABLE temp;" _
& "CREATE TABLE temp" _
& "SELECT COUNT(*) AS Calls, SUM(minutes) AS Minutes FROM" _
& "details WHERE time...
I have Found a very useful tool for MySql. It is a graphical frontend to allow you to connect to your database(s) add a database, create tables, add data, import scripts, import with odbc and on and on. It also will import access 2k databases, I know I did it with one of mine.
Since I am New to...
I have created a script, with notepad, that looks like this
CREATE TABLE LOCATION (
LOCATION_ID SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
LOCATION_NAME VARCHAR(20) NOT NULL,
ADDRESS VARCHAR(60) NOT NULL,
CITY VARCHAR(25) NOT NULL,
STATE CHAR(2),
ZIP MEDIUMINT UNSIGNED NOT NULL,
PHONE INT...
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.