Jump to content
Xtreme .Net Talk

rosetavb

Members
  • Posts

    7
  • Joined

  • Last visited

rosetavb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hi, I am developing a program that has many .jpeg files in it. what method is the best to use for working with them in the program. I have not worked with picture files before. in this program you should be able to add , show,delete a picture. if any good and easy thing that can edit pictures that would be a plus. any third party or a windows tool that can help me. any information, article, software , any clue in this regard is appriciated roseta.
  2. hello I want to design a database for a doctor. he needs the picture of his patients to be in database before and after surgery. so there would be lots of pictures with .jpeg to deal with. I wanted to know is it better to put the pictures in database or the best way is to put them on a drive and keep the path in the Database. we can put the pictures thruogh an algorithm in directories then when opening them , go for the path. I appriciate your oppinion on this. roseta.
  3. hello, I have a problem with my sql server . I can open my enterprise manager and see my databases with windows authentication. but I want to set it to sql user authentication. when I set to that it gives this error "registration failed because of the connection failure. login fail for user sa,not associated with a trusted sql server connection" maybe it is because when i installed sql i used windows authentication. do i have to install sql again. any help is appriciated. roseta.
  4. hello all, I am doing a web design with a SQL database.I have a decision to make so I thought to have some suggestion from some experts. In the DB there are lots of tables. some of them are needed for the web site and some are needed for managment in a windows application and there are some that are needed in both applications. for example some tables that are related for the products, services, prices and .... in managment department they will be filled by data and in web site they should be seen. and some data that a user will have on site will have to be in tables and be in managment application . so I can 1-Make two databases. and for example every 12 hour I upload the updated tables to other database and download updated table from internet to my internal database. I do not know if this is a custome way. and if so I have to backup the database then download it, take the new tables and import it to my database. this can not be done automatically! do I have to do that at least every day! there is no way to automate this! 2-if i make one database. I have to either put it on my host sql server , if so I have to connect to it from my internal site (I think that is impossible) because that can be connected through ODBC. if i put it on my internal site with a firewall and all those things, connecting to it from outside world would be impossible. so if i am thinking in wrong way please tell me or if any suggestion i would appriciate that. thanks for your help in advance. roseta
  5. hi, I want to build a nice menu for my web page. I think I should find a good Acivex for that. if you know any thing that is good for work and easy to work with and is good. please let me know and try it . thanks for your help. roseta.
  6. authentication project hi thanks for your answer. do you mean that this requests comes form sockets. and if i listen to the specific socket that gets the authentication request. then I can follow it. is there a default socket that does this? does searching for IAS information would be useful for me or not? thanks in advance. roseta
  7. hi, I want to write a windows service. which watch for the port that gets the authentication request. get the request and send the answer wether accept it or not.I am using IAS server. any help on what topic I should start searching information would be appriciated. thanks in advance. roseta.
×
×
  • Create New...