Forum Replies Created

Viewing 15 posts - 91 through 105 (of 113 total)

  • RE: Dates between two dates

    Well, I did that before with MySQL. I thought T-SQL has more functionality.

  • RE: VB boolean to SQL bit conversion?

    yes this is what I did. I made primary key with all three columns. I still think this is not right. Those three fields should be foreign keys because in...

  • RE: VB boolean to SQL bit conversion?

    I would just call all three fields as foreign keys. But this is not my table but some other guy's and there is existing ap working with it and he...

  • RE: VB boolean to SQL bit conversion?

    I restored everything on IIS this morning . But airconditioner is still not working for the second day, no oxigen and windows are sealed.

    Now...

  • RE: VB boolean to SQL bit conversion?

    We don't have air conditioner for the whole day at work, high temp and no oxigen. It probably affected my brain. Thing is that when I added that ap, it...

  • RE: VB boolean to SQL bit conversion?

    Peddie,

    I just did a horrible thing and I don't know how to fix it. In IIS I was trying to add a new web app to application pool and I...

  • RE: VB boolean to SQL bit conversion?

    This is all too smart for me, like a rocket science. I am still a script kitty.

    Problem is: there is bit field in the database allowOrders (this is not my...

  • RE: VB boolean to SQL bit conversion?

    Thank you GIft Peddie, I will go read now. How come you know everything?

  • RE: Formatting string function

    This is a type of function I was talking about. I just made it. I don't want to make anybody bored here with my kitty scripting, just thought maybe it...

  • RE: Formatting string function

    Thanks guys.. I appreciate it very much..

    I made a bunch of functions already where I insert, delete, update, check if record exists and it's comfortable, I just call them from any place....

  • RE: Formatting string function

    Jesus Christ!  Thank you very much! In embPerl I always used parameterised queries, prepare query with placeholders ?,?,? and then execute with actual...

  • RE: How to import db data from the old mdb file to the new database?

    I think you are stupid accusing people without knowing the situation

    I came from the open source world and in my resume there was...

  • RE: Formatting string function

    Thanks! Now it's clear. But still kind of strange to have ' as an escape character. They could have used something that is not used in the common input like \

    But I think...

  • RE: Formatting string function

    I don't get it, it's to dizzy. If I want to insert a string:

    stringToInsert= Regex.Replace("Veteran's answer", "'", " '''' ")

  • RE: Formatting string function

    I did it myself ^[1-9]\d+$ thanks.

    I asked here becauses I didn' find VB forum here.

    Actially, there's db question. I cannot insert a string that has ' single qoute. What I...

Viewing 15 posts - 91 through 105 (of 113 total)