Jump to content
Xtreme .Net Talk

FlyBoy

Avatar/Signature
  • Posts

    106
  • Joined

  • Last visited

FlyBoy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. look for it in the listbox events....
  2. when in an interview...someone asks about the NET Framework....not about specific language...just about the NET framework... what should i suppose to know about it????? does anyone knows a good book about the FrameWork?
  3. im asking this since programming for cell's is really interesting me in the last couple of months...but i dont know anything about it. and if i have to learn java\j2ee for that...i'll do it.
  4. and what about cellular phones? (at least some of them...) is it possible?
  5. is it possible to develop app's for PalmOs using C#\.NET ???? and if its possible...do i need to install something special on the Palm itself?
  6. hmm i dont have a specific reason...i just think its good to know assembly isnt it? so it would be better to spent the time on being better with c# ???? or to start learning JAVA\J2EE?
  7. is this possible to know assembly without knowing C++ or C??? i want to learn assembly ...but i dont know C or c++ i only know C#. i have the Visual C++ (is this ok for writing assembly code?).
  8. just database.... :o
  9. i see...so concering to the Access MDB...i just need to upload it..and in the connection string for ex: "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = HERE!!!!" where the HERE i need to enter the link to the DB? (ftp\or http)??? i dont think it needs any server config....i load an access db from my local computer only with a path ....
  10. i want to upload to a free hosting site,my sql database which is 2 files...transaction log and the mdf file. will it be possible to retrieve and modify data on it???? and what will be the connection string (the Data Source),the http\ftp link? if its not possilbe,will it be possilbe with a MDB \Access DB?
  11. well thanks for the file..and the help..again much appreciated...and im very happy to know that there are good ppls!!! and u think i've found a way to do that with an MDB file (which means that i didnt had to follow the book and intall the MSDE and such...i mean to work localy with MDB DB) instead of selecting the "Microsoft OLE DB Provider For SQL Server" i'll just work with the "Microsoft JET 4.0 OLE DB Provider" i know its MDB and not MDF.. but the Nwind DB is MDB...and i just want to learn SQL at this phase of studying...so i thinl it would be fine for now.... i dont get one thing...why when i drag the "Tables" from the solution explorer to the form (in c#) <<< thats what the books says to do... i get around 8 DataAdapters!!! and one dataconnection????? why the 8 dataadapters??????????
  12. ok,here i am again...first of all i want to say 10x again!! and now...i dont have any prob ...yet. but my question goes like this...is there anyway to work with an MDB\SQL database using VS.NET 2003 Architect enterprise without loading all this SQL servers stuff (the enterprise and\or the MSDE)??? i mean , i just want to load it from a folder that i will choose....the db should hold only users name..why do i need to make connections,and run servers for that ,when i can browse it and just load it into the program... any idea?
  13. ok,ive installed the MSDE + the enterprise SQL! and now it can connect to the server. now i didnt really got it how do i register the Northwind.mdb file that i have.... when im trying to go to the all tasks >> i see: import and export data i select import... then next ...i put my server name into the textbox. and in the db dropdown list..i see only thses db's: master model msdb and more.....how do i put my own db???
×
×
  • Create New...